Uses of Class
app.cybrid.cybrid_api_bank.client.model.QuoteEntryBankModel
-
Packages that use QuoteEntryBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of QuoteEntryBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return QuoteEntryBankModel Modifier and Type Method Description QuoteEntryBankModelQuoteEntryBankModel. deliverAmount(BigInteger deliverAmount)QuoteEntryBankModelQuoteEntryBankModel. destinationAccount(QuoteEntryDestinationAccountBankModel destinationAccount)QuoteEntryBankModelQuoteEntryBankModel. fee(BigInteger fee)QuoteEntryBankModelQuoteEntryBankModel. receiveAmount(BigInteger receiveAmount)QuoteEntryBankModelQuoteEntryBankModel. sourceAccount(QuoteEntrySourceAccountBankModel sourceAccount)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type QuoteEntryBankModel Modifier and Type Method Description List<QuoteEntryBankModel>QuoteBankModel. getEntries()The quote entries for a batch transfer quoteMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type QuoteEntryBankModel Modifier and Type Method Description QuoteBankModelQuoteBankModel. addEntriesItem(QuoteEntryBankModel entriesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type QuoteEntryBankModel Modifier and Type Method Description QuoteBankModelQuoteBankModel. entries(List<QuoteEntryBankModel> entries)voidQuoteBankModel. setEntries(List<QuoteEntryBankModel> entries)
-