Class PaymentProduct5100SpecificInput

java.lang.Object
com.onlinepayments.domain.PaymentProduct5100SpecificInput

public class PaymentProduct5100SpecificInput extends Object
  • Constructor Details

    • PaymentProduct5100SpecificInput

      public PaymentProduct5100SpecificInput()
  • Method Details

    • getBrand

      public String getBrand()
      Indicate whether to use a specific Cpay brand. Brands are configurable at the payment method level. See BackOffice Cpay configuration for allowed values.
    • setBrand

      public void setBrand(String value)
      Indicate whether to use a specific Cpay brand. Brands are configurable at the payment method level. See BackOffice Cpay configuration for allowed values.
    • withBrand

      public PaymentProduct5100SpecificInput withBrand(String value)
      Indicate whether to use a specific Cpay brand. Brands are configurable at the payment method level. See BackOffice Cpay configuration for allowed values.