public class AlipayFundAuthOrderFreezeModel extends AlipayObject
Constructor and Description |
---|
AlipayFundAuthOrderFreezeModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getAuthCode()
Gets auth code.
|
String |
getAuthCodeType()
Gets auth code type.
|
String |
getEnablePayChannels()
Gets enable pay channels.
|
String |
getExtraParam()
Gets extra param.
|
String |
getOrderTitle()
Gets order title.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getPayeeLogonId()
Gets payee logon id.
|
String |
getPayeeUserId()
Gets payee user id.
|
String |
getPayTimeout()
Gets pay timeout.
|
String |
getProductCode()
Gets product code.
|
String |
getSettleCurrency()
Gets settle currency.
|
String |
getTransCurrency()
Gets trans currency.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setAuthCodeType(String authCodeType)
Sets auth code type.
|
void |
setEnablePayChannels(String enablePayChannels)
Sets enable pay channels.
|
void |
setExtraParam(String extraParam)
Sets extra param.
|
void |
setOrderTitle(String orderTitle)
Sets order title.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setPayeeLogonId(String payeeLogonId)
Sets payee logon id.
|
void |
setPayeeUserId(String payeeUserId)
Sets payee user id.
|
void |
setPayTimeout(String payTimeout)
Sets pay timeout.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSettleCurrency(String settleCurrency)
Sets settle currency.
|
void |
setTransCurrency(String transCurrency)
Sets trans currency.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic String getAuthCodeType()
public void setAuthCodeType(String authCodeType)
authCodeType
- the auth code typepublic String getEnablePayChannels()
public void setEnablePayChannels(String enablePayChannels)
enablePayChannels
- the enable pay channelspublic String getExtraParam()
public void setExtraParam(String extraParam)
extraParam
- the extra parampublic String getOrderTitle()
public void setOrderTitle(String orderTitle)
orderTitle
- the order titlepublic String getOutOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo
- the out request nopublic String getPayTimeout()
public void setPayTimeout(String payTimeout)
payTimeout
- the pay timeoutpublic String getPayeeLogonId()
public void setPayeeLogonId(String payeeLogonId)
payeeLogonId
- the payee logon idpublic String getPayeeUserId()
public void setPayeeUserId(String payeeUserId)
payeeUserId
- the payee user idpublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getSettleCurrency()
public void setSettleCurrency(String settleCurrency)
settleCurrency
- the settle currencypublic String getTransCurrency()
public void setTransCurrency(String transCurrency)
transCurrency
- the trans currencyCopyright © 2018. All rights reserved.