public class SettleClause extends AlipayObject
Constructor and Description |
---|
SettleClause() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getCurrency()
Gets currency.
|
String |
getSettleAccountId()
Gets settle account id.
|
String |
getSettleAccountIdType()
Gets settle account id type.
|
String |
getSettleAccountType()
Gets settle account type.
|
String |
getSettleEntityId()
Gets settle entity id.
|
String |
getSettleEntityType()
Gets settle entity type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setCurrency(String currency)
Sets currency.
|
void |
setSettleAccountId(String settleAccountId)
Sets settle account id.
|
void |
setSettleAccountIdType(String settleAccountIdType)
Sets settle account id type.
|
void |
setSettleAccountType(String settleAccountType)
Sets settle account type.
|
void |
setSettleEntityId(String settleEntityId)
Sets settle entity id.
|
void |
setSettleEntityType(String settleEntityType)
Sets settle entity type.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getCurrency()
public void setCurrency(String currency)
currency
- the currencypublic String getSettleAccountId()
public void setSettleAccountId(String settleAccountId)
settleAccountId
- the settle account idpublic String getSettleAccountIdType()
public void setSettleAccountIdType(String settleAccountIdType)
settleAccountIdType
- the settle account id typepublic String getSettleAccountType()
public void setSettleAccountType(String settleAccountType)
settleAccountType
- the settle account typepublic String getSettleEntityId()
public void setSettleEntityId(String settleEntityId)
settleEntityId
- the settle entity idpublic String getSettleEntityType()
public void setSettleEntityType(String settleEntityType)
settleEntityType
- the settle entity typeCopyright © 2018. All rights reserved.