public class AlipayTradeCustomsDeclareModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeCustomsDeclareModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
CustomsDeclareBuyerInfo |
getBuyerInfo()
Gets buyer info.
|
String |
getCustomsPlace()
Gets customs place.
|
String |
getIsSplit()
Gets is split.
|
String |
getMerchantCustomsCode()
Gets merchant customs code.
|
String |
getMerchantCustomsName()
Gets merchant customs name.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getSubOutBizNo()
Gets sub out biz no.
|
String |
getTradeNo()
Gets trade no.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setBuyerInfo(CustomsDeclareBuyerInfo buyerInfo)
Sets buyer info.
|
void |
setCustomsPlace(String customsPlace)
Sets customs place.
|
void |
setIsSplit(String isSplit)
Sets is split.
|
void |
setMerchantCustomsCode(String merchantCustomsCode)
Sets merchant customs code.
|
void |
setMerchantCustomsName(String merchantCustomsName)
Sets merchant customs name.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setSubOutBizNo(String subOutBizNo)
Sets sub out biz no.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic CustomsDeclareBuyerInfo getBuyerInfo()
public void setBuyerInfo(CustomsDeclareBuyerInfo buyerInfo)
buyerInfo
- the buyer infopublic String getCustomsPlace()
public void setCustomsPlace(String customsPlace)
customsPlace
- the customs placepublic String getIsSplit()
public void setIsSplit(String isSplit)
isSplit
- the is splitpublic String getMerchantCustomsCode()
public void setMerchantCustomsCode(String merchantCustomsCode)
merchantCustomsCode
- the merchant customs codepublic String getMerchantCustomsName()
public void setMerchantCustomsName(String merchantCustomsName)
merchantCustomsName
- the merchant customs namepublic String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo
- the out request nopublic String getSubOutBizNo()
public void setSubOutBizNo(String subOutBizNo)
subOutBizNo
- the sub out biz nopublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.