Class PaymentProduct302SpecificData

java.lang.Object
com.onlinepayments.domain.PaymentProduct302SpecificData

public class PaymentProduct302SpecificData extends Object
  • Constructor Details

    • PaymentProduct302SpecificData

      public PaymentProduct302SpecificData()
  • Method Details

    • 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 Apple 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 Apple uses in their documentation. For instance "Visa".
    • withNetworks

      public PaymentProduct302SpecificData 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 Apple uses in their documentation. For instance "Visa".