public class ScenePayBusinessParamDTO extends AlipayObject
| 构造器和说明 |
|---|
ScenePayBusinessParamDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomParams() |
String |
getMallCellId() |
String |
getMallCellType() |
String |
getMallId() |
String |
getMallPid() |
String |
getPlanId() |
String |
getRealStoreId() |
String |
getVoucherId() |
void |
setCustomParams(String customParams) |
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 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 © 2023. All rights reserved.