public class EndowmentOrder extends AlipayObject
| Constructor and Description |
|---|
EndowmentOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplyAmount()
Gets apply amount.
|
String |
getOrderId()
Gets order id.
|
String |
getPayTime()
Gets pay time.
|
String |
getTaRequestId()
Gets ta request id.
|
void |
setApplyAmount(String applyAmount)
Sets apply amount.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setPayTime(String payTime)
Sets pay time.
|
void |
setTaRequestId(String taRequestId)
Sets ta request id.
|
public String getApplyAmount()
public void setApplyAmount(String applyAmount)
applyAmount - the apply amountpublic String getOrderId()
public void setOrderId(String orderId)
orderId - the order idpublic String getPayTime()
public void setPayTime(String payTime)
payTime - the pay timepublic String getTaRequestId()
public void setTaRequestId(String taRequestId)
taRequestId - the ta request idCopyright © 2018. All rights reserved.