public class AlipayMarketingActivityDeliveryStopModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMarketingActivityDeliveryStopModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
DeliveryAgencyMerchantInfo |
getBelongMerchantInfo() |
List<DeliveryConfig> |
getDeliveryConfigList() |
String |
getDeliveryId() |
String |
getMerchantAccessMode() |
String |
getOutBizNo() |
void |
setBelongMerchantInfo(DeliveryAgencyMerchantInfo belongMerchantInfo) |
void |
setDeliveryConfigList(List<DeliveryConfig> deliveryConfigList) |
void |
setDeliveryId(String deliveryId) |
void |
setMerchantAccessMode(String merchantAccessMode) |
void |
setOutBizNo(String outBizNo) |
public DeliveryAgencyMerchantInfo getBelongMerchantInfo()
public void setBelongMerchantInfo(DeliveryAgencyMerchantInfo belongMerchantInfo)
public List<DeliveryConfig> getDeliveryConfigList()
public void setDeliveryConfigList(List<DeliveryConfig> deliveryConfigList)
public String getDeliveryId()
public void setDeliveryId(String deliveryId)
public String getMerchantAccessMode()
public void setMerchantAccessMode(String merchantAccessMode)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
Copyright © 2023. All rights reserved.