Method |
Method.clone() |
|
Method |
Method.set(java.lang.String fieldName,
java.lang.Object value) |
|
Method |
Method.setAllowedCountryCodes(java.util.List<java.lang.String> allowedCountryCodes) |
The countries that the payment request is valid in, as ISO-2 country codes.
|
Method |
Method.setBillingAddressFormat(java.lang.String billingAddressFormat) |
The billing address format.
|
Method |
Method.setBillingAddressRequired(java.lang.Boolean billingAddressRequired) |
Whether or not the user must provide a billing address.
|
Method |
Method.setMerchantId(java.lang.String merchantId) |
The merchant ID for the supported payment method.
|
Method |
Method.setMerchantName(java.lang.String merchantName) |
The merchant name.
|
Method |
Method.setPaymentMethod(java.lang.String paymentMethod) |
The payment method name.
|
Method |
Method.setSupportedCardNetworks(java.util.List<java.lang.String> supportedCardNetworks) |
The supported card networks.
|
Method |
Method.setSupportedCardTypes(java.util.List<java.lang.String> supportedCardTypes) |
The supported card types.
|
Method |
Method.setTokenizationData(TokenizationData tokenizationData) |
Tokenization information for the payment request.
|