Uses of Class
com.adyen.model.payment.ForexQuote
-
Packages that use ForexQuote Package Description com.adyen.model.payment -
-
Uses of ForexQuote in com.adyen.model.payment
Methods in com.adyen.model.payment 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 stringForexQuotePaymentRequest. getDccQuote()dccQuoteForexQuotePaymentRequest3d. getDccQuote()dccQuoteForexQuotePaymentRequest3ds2. 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.payment with parameters of type ForexQuote Modifier and Type Method Description PaymentRequestPaymentRequest. dccQuote(ForexQuote dccQuote)dccQuotePaymentRequest3dPaymentRequest3d. dccQuote(ForexQuote dccQuote)dccQuotePaymentRequest3ds2PaymentRequest3ds2. dccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest. setDccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest3d. setDccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest3ds2. setDccQuote(ForexQuote dccQuote)dccQuote
-