Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostQuoteEntryBankModel
-
Packages that use PostQuoteEntryBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostQuoteEntryBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostQuoteEntryBankModel Modifier and Type Method Description PostQuoteEntryBankModelPostQuoteEntryBankModel. deliverAmount(BigInteger deliverAmount)PostQuoteEntryBankModelPostQuoteEntryBankModel. guid(String guid)PostQuoteEntryBankModelPostQuoteEntryBankModel. receiveAmount(BigInteger receiveAmount)PostQuoteEntryBankModelPostQuoteEntryBankModel. type(PostQuoteEntryBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostQuoteEntryBankModel Modifier and Type Method Description List<PostQuoteEntryBankModel>PostQuoteBankModel. getDestinationAccounts()Destination accounts for batch transactions Optional when product_type is crypto_transfer.org.openapitools.jackson.nullable.JsonNullable<List<PostQuoteEntryBankModel>>PostQuoteBankModel. getDestinationAccounts_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostQuoteEntryBankModel Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. addDestinationAccountsItem(PostQuoteEntryBankModel destinationAccountsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostQuoteEntryBankModel Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. destinationAccounts(List<PostQuoteEntryBankModel> destinationAccounts)voidPostQuoteBankModel. setDestinationAccounts(List<PostQuoteEntryBankModel> destinationAccounts)voidPostQuoteBankModel. setDestinationAccounts_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostQuoteEntryBankModel>> destinationAccounts)
-