public class SingleOrderVO extends AlipayObject
| 构造器和说明 |
|---|
SingleOrderVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getCanSell() |
List<MpcDeliveryInfo> |
getDeliveryInfoList() |
List<MpcProductResult> |
getProductList() |
void |
setCanSell(Boolean canSell) |
void |
setDeliveryInfoList(List<MpcDeliveryInfo> deliveryInfoList) |
void |
setProductList(List<MpcProductResult> productList) |
public Boolean getCanSell()
public void setCanSell(Boolean canSell)
public List<MpcDeliveryInfo> getDeliveryInfoList()
public void setDeliveryInfoList(List<MpcDeliveryInfo> deliveryInfoList)
public List<MpcProductResult> getProductList()
public void setProductList(List<MpcProductResult> productList)
Copyright © 2024. All rights reserved.