Uses of Class
com.onlinepayments.domain.RedirectPaymentProduct5408SpecificInput
Packages that use RedirectPaymentProduct5408SpecificInput
-
Uses of RedirectPaymentProduct5408SpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectPaymentProduct5408SpecificInputModifier and TypeMethodDescriptionRedirectPaymentMethodSpecificInput.getPaymentProduct5408SpecificInput()Object containing specific input for Account to Account payments (Payment product ID 5408)RedirectPaymentProduct5408SpecificInput.withCustomerBankAccount(CustomerBankAccount value) Data of customer bank accountRedirectPaymentProduct5408SpecificInput.withInstantPaymentOnly(Boolean value) true - consumer can only use instant payment for Account to Account Bank transfer payments false - consumer can only use standard payment for Account to Account Bank transfer paymentsMethods in com.onlinepayments.domain with parameters of type RedirectPaymentProduct5408SpecificInputModifier and TypeMethodDescriptionvoidRedirectPaymentMethodSpecificInput.setPaymentProduct5408SpecificInput(RedirectPaymentProduct5408SpecificInput value) Object containing specific input for Account to Account payments (Payment product ID 5408)RedirectPaymentMethodSpecificInput.withPaymentProduct5408SpecificInput(RedirectPaymentProduct5408SpecificInput value) Object containing specific input for Account to Account payments (Payment product ID 5408)