Class RedirectPaymentProduct5408SpecificInput

java.lang.Object
com.onlinepayments.domain.RedirectPaymentProduct5408SpecificInput

public class RedirectPaymentProduct5408SpecificInput extends Object
  • Constructor Details

    • RedirectPaymentProduct5408SpecificInput

      public RedirectPaymentProduct5408SpecificInput()
  • Method Details

    • getCustomerBankAccount

      public CustomerBankAccount getCustomerBankAccount()
      Data of customer bank account
    • setCustomerBankAccount

      public void setCustomerBankAccount(CustomerBankAccount value)
      Data of customer bank account
    • withCustomerBankAccount

      public RedirectPaymentProduct5408SpecificInput withCustomerBankAccount(CustomerBankAccount value)
      Data of customer bank account
    • getInstantPaymentOnly

      public Boolean getInstantPaymentOnly()
      • 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 payments
    • setInstantPaymentOnly

      public void setInstantPaymentOnly(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 payments
    • withInstantPaymentOnly

      public RedirectPaymentProduct5408SpecificInput 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 payments