public class AlipayCloudCloudpromoMallPurchaseCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCloudCloudpromoMallPurchaseCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddressDetail() |
String |
getAddressId() |
String |
getBuyer() |
String |
getOuterPurchaseId() |
List<ProductVO> |
getProductList() |
String |
getReceiver() |
String |
getReceiverPhone() |
void |
setAddressDetail(String addressDetail) |
void |
setAddressId(String addressId) |
void |
setBuyer(String buyer) |
void |
setOuterPurchaseId(String outerPurchaseId) |
void |
setProductList(List<ProductVO> productList) |
void |
setReceiver(String receiver) |
void |
setReceiverPhone(String receiverPhone) |
public AlipayCloudCloudpromoMallPurchaseCreateModel()
public String getAddressDetail()
public void setAddressDetail(String addressDetail)
public String getAddressId()
public void setAddressId(String addressId)
public String getBuyer()
public void setBuyer(String buyer)
public String getOuterPurchaseId()
public void setOuterPurchaseId(String outerPurchaseId)
public String getReceiver()
public void setReceiver(String receiver)
public String getReceiverPhone()
public void setReceiverPhone(String receiverPhone)
Copyright © 2024. All rights reserved.