public class ScenePayBusinessParamDTO extends AlipayObject
| 构造器和说明 |
|---|
ScenePayBusinessParamDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomParams() |
StoreInfoDTO |
getHitStoreInfo() |
String |
getMallCellId() |
String |
getMallCellType() |
String |
getMallId() |
String |
getMallPid() |
String |
getPlanId() |
String |
getRealStoreId() |
String |
getVoucherId() |
void |
setCustomParams(String customParams) |
void |
setHitStoreInfo(StoreInfoDTO hitStoreInfo) |
void |
setMallCellId(String mallCellId) |
void |
setMallCellType(String mallCellType) |
void |
setMallId(String mallId) |
void |
setMallPid(String mallPid) |
void |
setPlanId(String planId) |
void |
setRealStoreId(String realStoreId) |
void |
setVoucherId(String voucherId) |
public String getCustomParams()
public void setCustomParams(String customParams)
public StoreInfoDTO getHitStoreInfo()
public void setHitStoreInfo(StoreInfoDTO hitStoreInfo)
public String getMallCellId()
public void setMallCellId(String mallCellId)
public String getMallCellType()
public void setMallCellType(String mallCellType)
public String getMallId()
public void setMallId(String mallId)
public String getMallPid()
public void setMallPid(String mallPid)
public String getPlanId()
public void setPlanId(String planId)
public String getRealStoreId()
public void setRealStoreId(String realStoreId)
public String getVoucherId()
public void setVoucherId(String voucherId)
Copyright © 2024. All rights reserved.