Uses of Class
com.adyen.model.ForexQuote
-
Packages that use ForexQuote Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout -
-
Uses of ForexQuote in com.adyen.model
Methods in com.adyen.model 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)ForexQuoteAbstractPaymentRequest. getDccQuote()the forex quote as returned in the response of the forex serviceForexQuoteForexQuote. 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(Date validTill)Methods in com.adyen.model with parameters of type ForexQuote Modifier and Type Method Description TAbstractPaymentRequest. dccQuote(ForexQuote dccQuote)voidAbstractPaymentRequest. setDccQuote(ForexQuote dccQuote) -
Uses of ForexQuote in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ForexQuote Modifier and Type Method Description ForexQuotePaymentSessionRequest. getDccQuote()ForexQuotePaymentsRequest. getDccQuote()Get dccQuoteMethods in com.adyen.model.checkout with parameters of type ForexQuote Modifier and Type Method Description PaymentSessionRequestPaymentSessionRequest. dccQuote(ForexQuote dccQuote)PaymentsRequestPaymentsRequest. dccQuote(ForexQuote dccQuote)voidPaymentSessionRequest. setDccQuote(ForexQuote dccQuote)voidPaymentsRequest. setDccQuote(ForexQuote dccQuote) -
Uses of ForexQuote in com.adyen.model.payout
Methods in com.adyen.model.payout that return ForexQuote Modifier and Type Method Description ForexQuotePayoutRequest. getDccQuote()Get dccQuoteMethods in com.adyen.model.payout with parameters of type ForexQuote Modifier and Type Method Description PayoutRequestPayoutRequest. dccQuote(ForexQuote dccQuote)voidPayoutRequest. setDccQuote(ForexQuote dccQuote)
-