Class TransferEntryBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferEntryBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-14T15:53:52.710714Z[Etc/UTC]") public class TransferEntryBankModel extends Object
TransferEntryBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AMOUNTstatic StringJSON_PROPERTY_DESTINATION_ACCOUNTstatic StringJSON_PROPERTY_FEEstatic StringJSON_PROPERTY_SOURCE_ACCOUNT
-
Constructor Summary
Constructors Constructor Description TransferEntryBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferEntryBankModelamount(BigInteger amount)TransferEntryBankModeldestinationAccount(TransferEntryDestinationAccountBankModel destinationAccount)booleanequals(Object o)TransferEntryBankModelfee(BigInteger fee)BigIntegergetAmount()The actual amount in base units of the asset.TransferEntryDestinationAccountBankModelgetDestinationAccount()Get destinationAccountBigIntegergetFee()The fee associated with the transfer entry.QuoteEntrySourceAccountBankModelgetSourceAccount()Get sourceAccountinthashCode()voidsetAmount(BigInteger amount)voidsetDestinationAccount(TransferEntryDestinationAccountBankModel destinationAccount)voidsetFee(BigInteger fee)voidsetSourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)TransferEntryBankModelsourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_AMOUNT
public static final String JSON_PROPERTY_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEE
public static final String JSON_PROPERTY_FEE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_ACCOUNT
public static final String JSON_PROPERTY_SOURCE_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESTINATION_ACCOUNT
public static final String JSON_PROPERTY_DESTINATION_ACCOUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public TransferEntryBankModel amount(BigInteger amount)
-
getAmount
@Nullable public BigInteger getAmount()
The actual amount in base units of the asset.- Returns:
- amount
-
setAmount
public void setAmount(BigInteger amount)
-
fee
public TransferEntryBankModel fee(BigInteger fee)
-
getFee
@Nonnull public BigInteger getFee()
The fee associated with the transfer entry.- Returns:
- fee
-
setFee
public void setFee(BigInteger fee)
-
sourceAccount
public TransferEntryBankModel sourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)
-
getSourceAccount
@Nullable public QuoteEntrySourceAccountBankModel getSourceAccount()
Get sourceAccount- Returns:
- sourceAccount
-
setSourceAccount
public void setSourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)
-
destinationAccount
public TransferEntryBankModel destinationAccount(TransferEntryDestinationAccountBankModel destinationAccount)
-
getDestinationAccount
@Nullable public TransferEntryDestinationAccountBankModel getDestinationAccount()
Get destinationAccount- Returns:
- destinationAccount
-
setDestinationAccount
public void setDestinationAccount(TransferEntryDestinationAccountBankModel destinationAccount)
-
-