Package com.onlinepayments.domain
Class PaymentProduct302SpecificData
java.lang.Object
com.onlinepayments.domain.PaymentProduct302SpecificData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe networks that can be used in the current payment context.voidsetNetworks(List<String> value) The networks that can be used in the current payment context.withNetworks(List<String> value) The networks that can be used in the current payment context.
-
Constructor Details
-
PaymentProduct302SpecificData
public PaymentProduct302SpecificData()
-
-
Method Details
-
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
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
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".
-