Package com.onlinepayments.domain
Class PaymentProduct320SpecificData
java.lang.Object
com.onlinepayments.domain.PaymentProduct320SpecificData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe gateway identifier.The networks that can be used in the current payment context.voidsetGateway(String value) The gateway identifier.voidsetNetworks(List<String> value) The networks that can be used in the current payment context.withGateway(String value) The gateway identifier.withNetworks(List<String> value) The networks that can be used in the current payment context.
-
Constructor Details
-
PaymentProduct320SpecificData
public PaymentProduct320SpecificData()
-
-
Method Details
-
getGateway
The gateway identifier. You should use this when creating a tokenization specification . -
setGateway
The gateway identifier. You should use this when creating a tokenization specification . -
withGateway
The gateway identifier. You should use this when creating a tokenization specification . -
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
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
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".
-