Class DigitalPaymentsRoutingParameters

java.lang.Object
de.hybris.platform.cissapdigitalpayment.client.model.DigitalPaymentsRoutingParameters
All Implemented Interfaces:
Serializable

public class DigitalPaymentsRoutingParameters extends Object implements Serializable
See Also:
  • Constructor Details

    • DigitalPaymentsRoutingParameters

      public DigitalPaymentsRoutingParameters()
  • Method Details

    • setCustomParameterValue

      public void setCustomParameterValue(String customParameterValue)
    • getCustomParameterValue

      public String getCustomParameterValue()
    • setCompanyCode

      public void setCompanyCode(String companyCode)
    • getCompanyCode

      public String getCompanyCode()
    • setCustomerCountry

      public void setCustomerCountry(String customerCountry)
    • getCustomerCountry

      public String getCustomerCountry()
    • setPaymentMethod

      public void setPaymentMethod(String paymentMethod)
    • getPaymentMethod

      public String getPaymentMethod()
    • setCurrency

      public void setCurrency(String currency)
    • getCurrency

      public String getCurrency()
    • setPaymentType

      public void setPaymentType(String paymentType)
    • getPaymentType

      public String getPaymentType()