Class PaymentProduct320SpecificData

java.lang.Object
com.onlinepayments.domain.PaymentProduct320SpecificData

public class PaymentProduct320SpecificData extends Object
  • Constructor Details

    • PaymentProduct320SpecificData

      public PaymentProduct320SpecificData()
  • Method Details

    • getGateway

      public String getGateway()
      The gateway identifier. You should use this when creating a tokenization specification .
    • setGateway

      public void setGateway(String value)
      The gateway identifier. You should use this when creating a tokenization specification .
    • withGateway

      public PaymentProduct320SpecificData withGateway(String value)
      The gateway identifier. You should use this when creating a tokenization specification .
    • getNetworks

      public List<String> getNetworks()
      The networks that can be used in the current payment context. The strings that represent the networks in the array are identical to the strings that GooglePay uses in their documentation. For instance "Visa".
    • setNetworks

      public void setNetworks(List<String> value)
      The networks that can be used in the current payment context. The strings that represent the networks in the array are identical to the strings that GooglePay uses in their documentation. For instance "Visa".
    • withNetworks

      public PaymentProduct320SpecificData withNetworks(List<String> value)
      The networks that can be used in the current payment context. The strings that represent the networks in the array are identical to the strings that GooglePay uses in their documentation. For instance "Visa".