Uses of Class
com.adyen.model.checkout.ForexQuote
-
Packages that use ForexQuote Package Description com.adyen.model.checkout -
-
Uses of ForexQuote in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ForexQuote Modifier and Type Method Description ForexQuoteForexQuote. account(String account)The account name.ForexQuoteForexQuote. accountType(String accountType)The account type.ForexQuoteForexQuote. baseAmount(Amount baseAmount)baseAmountForexQuoteForexQuote. basePoints(Integer basePoints)The base points.ForexQuoteForexQuote. buy(Amount buy)buystatic ForexQuoteForexQuote. fromJson(String jsonString)Create an instance of ForexQuote given an JSON stringForexQuoteBalanceCheckRequest. getDccQuote()dccQuoteForexQuotePaymentRequest. getDccQuote()dccQuoteForexQuoteForexQuote. interbank(Amount interbank)interbankForexQuoteForexQuote. reference(String reference)The reference assigned to the forex quote request.ForexQuoteForexQuote. sell(Amount sell)sellForexQuoteForexQuote. signature(String signature)The signature to validate the integrity.ForexQuoteForexQuote. source(String source)The source of the forex quote.ForexQuoteForexQuote. type(String type)The type of forex.ForexQuoteForexQuote. validTill(OffsetDateTime validTill)The date until which the forex quote is valid.Methods in com.adyen.model.checkout with parameters of type ForexQuote Modifier and Type Method Description BalanceCheckRequestBalanceCheckRequest. dccQuote(ForexQuote dccQuote)dccQuotePaymentRequestPaymentRequest. dccQuote(ForexQuote dccQuote)dccQuotevoidBalanceCheckRequest. setDccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest. setDccQuote(ForexQuote dccQuote)dccQuote
-