public class TradeApplyParams extends AlipayObject
Constructor and Description |
---|
TradeApplyParams() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerId()
Gets broker id.
|
String |
getBuyerName()
Gets buyer name.
|
String |
getCurrency()
Gets currency.
|
String |
getExpireTime()
Gets expire time.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPromoParams()
Gets promo params.
|
String |
getSubject()
Gets subject.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setBrokerId(String brokerId)
Sets broker id.
|
void |
setBuyerName(String buyerName)
Sets buyer name.
|
void |
setCurrency(String currency)
Sets currency.
|
void |
setExpireTime(String expireTime)
Sets expire time.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPromoParams(String promoParams)
Sets promo params.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getBrokerId()
public void setBrokerId(String brokerId)
brokerId
- the broker idpublic String getBuyerName()
public void setBuyerName(String buyerName)
buyerName
- the buyer namepublic String getCurrency()
public void setCurrency(String currency)
currency
- the currencypublic String getExpireTime()
public void setExpireTime(String expireTime)
expireTime
- the expire timepublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getPromoParams()
public void setPromoParams(String promoParams)
promoParams
- the promo paramspublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.