public class SubAccountToSubAccount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubAccountToSubAccount.SubAccountFromTypeEnum
Transfer from the account.
|
static class |
SubAccountToSubAccount.SubAccountToTypeEnum
Transfer to the account.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_SUB_ACCOUNT_FROM |
static String |
SERIALIZED_NAME_SUB_ACCOUNT_FROM_TYPE |
static String |
SERIALIZED_NAME_SUB_ACCOUNT_TO |
static String |
SERIALIZED_NAME_SUB_ACCOUNT_TO_TYPE |
static String |
SERIALIZED_NAME_SUB_ACCOUNT_TYPE |
| Constructor and Description |
|---|
SubAccountToSubAccount() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_SUB_ACCOUNT_TYPE
public static final String SERIALIZED_NAME_SUB_ACCOUNT_FROM
public static final String SERIALIZED_NAME_SUB_ACCOUNT_FROM_TYPE
public static final String SERIALIZED_NAME_SUB_ACCOUNT_TO
public static final String SERIALIZED_NAME_SUB_ACCOUNT_TO_TYPE
public static final String SERIALIZED_NAME_AMOUNT
public SubAccountToSubAccount currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public SubAccountToSubAccount subAccountType(String subAccountType)
@Nullable public String getSubAccountType()
public void setSubAccountType(String subAccountType)
public SubAccountToSubAccount subAccountFrom(String subAccountFrom)
public String getSubAccountFrom()
public void setSubAccountFrom(String subAccountFrom)
public SubAccountToSubAccount subAccountFromType(SubAccountToSubAccount.SubAccountFromTypeEnum subAccountFromType)
public SubAccountToSubAccount.SubAccountFromTypeEnum getSubAccountFromType()
public void setSubAccountFromType(SubAccountToSubAccount.SubAccountFromTypeEnum subAccountFromType)
public SubAccountToSubAccount subAccountTo(String subAccountTo)
public String getSubAccountTo()
public void setSubAccountTo(String subAccountTo)
public SubAccountToSubAccount subAccountToType(SubAccountToSubAccount.SubAccountToTypeEnum subAccountToType)
public SubAccountToSubAccount.SubAccountToTypeEnum getSubAccountToType()
public void setSubAccountToType(SubAccountToSubAccount.SubAccountToTypeEnum subAccountToType)
public SubAccountToSubAccount amount(String amount)
public String getAmount()
public void setAmount(String amount)
Copyright © 2023. All rights reserved.