public class AlipayFundAuthOrderAppFreezeModel extends AlipayObject
| Constructor and Description |
|---|
AlipayFundAuthOrderAppFreezeModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
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.
|
void |
setAmount(String amount)
Sets amount.
|
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.
|
public String getAmount()
public void setAmount(String amount)
amount - the amountpublic 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 codeCopyright © 2018. All rights reserved.