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)ForexQuoteForexQuote. accountType(String accountType)ForexQuoteForexQuote. baseAmount(Amount baseAmount)ForexQuoteForexQuote. basePoints(Integer basePoints)ForexQuoteForexQuote. buy(Amount buy)static ForexQuoteForexQuote. fromJson(String jsonString)Create an instance of ForexQuote given an JSON stringForexQuotePaymentRequest. getDccQuote()Get dccQuoteForexQuotePaymentRequest3d. getDccQuote()Get dccQuoteForexQuotePaymentRequest3ds2. getDccQuote()Get dccQuoteForexQuoteForexQuote. interbank(Amount interbank)ForexQuoteForexQuote. reference(String reference)ForexQuoteForexQuote. sell(Amount sell)ForexQuoteForexQuote. signature(String signature)ForexQuoteForexQuote. source(String source)ForexQuoteForexQuote. type(String type)ForexQuoteForexQuote. validTill(OffsetDateTime validTill)Methods in com.adyen.model.payment with parameters of type ForexQuote Modifier and Type Method Description PaymentRequestPaymentRequest. dccQuote(ForexQuote dccQuote)PaymentRequest3dPaymentRequest3d. dccQuote(ForexQuote dccQuote)PaymentRequest3ds2PaymentRequest3ds2. dccQuote(ForexQuote dccQuote)voidPaymentRequest. setDccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest3d. setDccQuote(ForexQuote dccQuote)dccQuotevoidPaymentRequest3ds2. setDccQuote(ForexQuote dccQuote)dccQuote
-