Uses of Class
com.onlinepayments.domain.PaymentContext
Packages that use PaymentContext
-
Uses of PaymentContext in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentContextModifier and TypeMethodDescriptionGetIINDetailsRequest.getPaymentContext()PaymentContext.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesPaymentContext.withCountryCode(String value) The country the payment takes place inPaymentContext.withIsRecurring(Boolean value) True if the payment is recurringMethods in com.onlinepayments.domain with parameters of type PaymentContextModifier and TypeMethodDescriptionvoidGetIINDetailsRequest.setPaymentContext(PaymentContext value) GetIINDetailsRequest.withPaymentContext(PaymentContext value)