Class QuoteEntryBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.QuoteEntryBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-09T21:20:46.078526Z[Etc/UTC]") public class QuoteEntryBankModel extends Object
QuoteEntryBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DELIVER_AMOUNTstatic StringJSON_PROPERTY_DESTINATION_ACCOUNTstatic StringJSON_PROPERTY_FEEstatic StringJSON_PROPERTY_RECEIVE_AMOUNTstatic StringJSON_PROPERTY_SOURCE_ACCOUNT
-
Constructor Summary
Constructors Constructor Description QuoteEntryBankModel()
-
Method Summary
-
-
-
Field Detail
-
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
-
JSON_PROPERTY_RECEIVE_AMOUNT
public static final String JSON_PROPERTY_RECEIVE_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DELIVER_AMOUNT
public static final String JSON_PROPERTY_DELIVER_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEE
public static final String JSON_PROPERTY_FEE
- See Also:
- Constant Field Values
-
-
Method Detail
-
sourceAccount
public QuoteEntryBankModel sourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)
-
getSourceAccount
@Nullable public QuoteEntrySourceAccountBankModel getSourceAccount()
Get sourceAccount- Returns:
- sourceAccount
-
getSourceAccount_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<QuoteEntrySourceAccountBankModel> getSourceAccount_JsonNullable()
-
setSourceAccount_JsonNullable
public void setSourceAccount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<QuoteEntrySourceAccountBankModel> sourceAccount)
-
setSourceAccount
public void setSourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)
-
destinationAccount
public QuoteEntryBankModel destinationAccount(QuoteEntryDestinationAccountBankModel destinationAccount)
-
getDestinationAccount
@Nullable public QuoteEntryDestinationAccountBankModel getDestinationAccount()
Get destinationAccount- Returns:
- destinationAccount
-
setDestinationAccount
public void setDestinationAccount(QuoteEntryDestinationAccountBankModel destinationAccount)
-
receiveAmount
public QuoteEntryBankModel receiveAmount(BigInteger receiveAmount)
-
getReceiveAmount
@Nullable public BigInteger getReceiveAmount()
The amount to be received in base units of the currency- Returns:
- receiveAmount
-
setReceiveAmount
public void setReceiveAmount(BigInteger receiveAmount)
-
deliverAmount
public QuoteEntryBankModel deliverAmount(BigInteger deliverAmount)
-
getDeliverAmount
@Nullable public BigInteger getDeliverAmount()
The amount to be delivered in base units of the currency- Returns:
- deliverAmount
-
setDeliverAmount
public void setDeliverAmount(BigInteger deliverAmount)
-
fee
public QuoteEntryBankModel fee(BigInteger fee)
-
getFee
@Nullable public BigInteger getFee()
The fee associated with the account entry.- Returns:
- fee
-
setFee
public void setFee(BigInteger fee)
-
-