public class ImportPurchaseorderThirdpartyRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<ImportPurchaseorderThirdpartyResponse>
| 构造器和说明 |
|---|
ImportPurchaseorderThirdpartyRequest() |
ImportPurchaseorderThirdpartyRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConsigneeAddress()
收货人地址
|
String |
getConsigneeIdNumber()
收货人身份证号
|
String |
getConsigneeName()
收货人姓名
|
String |
getConsigneePhone()
收货人手机号
|
List<GoodsIdAndCount> |
getGoodsList()
商品信息列表
|
String |
getIdempotId()
幂等号
|
String |
getLeaseId()
采购商租户id
|
String |
getOrderNumber()
租赁订单号
|
String |
getSupplierId()
供货商租户id
|
String |
getSupplierName()
供货商名称
|
void |
setConsigneeAddress(String consigneeAddress)
收货人地址
|
void |
setConsigneeIdNumber(String consigneeIdNumber)
收货人身份证号
|
void |
setConsigneeName(String consigneeName)
收货人姓名
|
void |
setConsigneePhone(String consigneePhone)
收货人手机号
|
void |
setGoodsList(List<GoodsIdAndCount> goodsList)
商品信息列表
|
void |
setIdempotId(String idempotId)
幂等号
|
void |
setLeaseId(String leaseId)
采购商租户id
|
void |
setOrderNumber(String orderNumber)
租赁订单号
|
void |
setSupplierId(String supplierId)
供货商租户id
|
void |
setSupplierName(String supplierName)
供货商名称
|
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic ImportPurchaseorderThirdpartyRequest(String productInstanceId)
public ImportPurchaseorderThirdpartyRequest()
public String getOrderNumber()
public void setOrderNumber(String orderNumber)
public String getConsigneeName()
public void setConsigneeName(String consigneeName)
public String getConsigneeIdNumber()
public void setConsigneeIdNumber(String consigneeIdNumber)
public String getConsigneePhone()
public void setConsigneePhone(String consigneePhone)
public String getConsigneeAddress()
public void setConsigneeAddress(String consigneeAddress)
public String getSupplierName()
public void setSupplierName(String supplierName)
public String getSupplierId()
public void setSupplierId(String supplierId)
public String getLeaseId()
public void setLeaseId(String leaseId)
public List<GoodsIdAndCount> getGoodsList()
public void setGoodsList(List<GoodsIdAndCount> goodsList)
public String getIdempotId()
public void setIdempotId(String idempotId)
Copyright © 2021. All Rights Reserved.