-
public final class InaiGooglePayRequestData
-
-
Field Summary
Fields Modifier and Type Field Description private StringcurrencyCodeprivate StringcountryCodeprivate StringmerchantNameprivate StringmerchantIdprivate StringproductDescriptionprivate DoubleorderAmountprivate JSONArraysupportedNetworksprivate JSONObjecttokenizationprivate BooleancanMakePaymentsprivate JSONObjectgooglePayBaseConfigurationprivate JSONObjectbaseCardPaymentMethodprivate PaymentsClientpaymentsClient
-
Constructor Summary
Constructors Constructor Description InaiGooglePayRequestData(String currencyCode, String countryCode, String merchantName, String merchantId, String productDescription, Double orderAmount, JSONArray supportedNetworks, JSONObject tokenization, Boolean canMakePayments, JSONObject googlePayBaseConfiguration, JSONObject baseCardPaymentMethod, PaymentsClient paymentsClient)
-
Method Summary
-
-
Constructor Detail
-
InaiGooglePayRequestData
InaiGooglePayRequestData(String currencyCode, String countryCode, String merchantName, String merchantId, String productDescription, Double orderAmount, JSONArray supportedNetworks, JSONObject tokenization, Boolean canMakePayments, JSONObject googlePayBaseConfiguration, JSONObject baseCardPaymentMethod, PaymentsClient paymentsClient)
-
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
-
setCurrencyCode
final Unit setCurrencyCode(String currencyCode)
-
getCountryCode
final String getCountryCode()
-
setCountryCode
final Unit setCountryCode(String countryCode)
-
getMerchantName
final String getMerchantName()
-
setMerchantName
final Unit setMerchantName(String merchantName)
-
getMerchantId
final String getMerchantId()
-
setMerchantId
final Unit setMerchantId(String merchantId)
-
getProductDescription
final String getProductDescription()
-
setProductDescription
final Unit setProductDescription(String productDescription)
-
getOrderAmount
final Double getOrderAmount()
-
setOrderAmount
final Unit setOrderAmount(Double orderAmount)
-
getSupportedNetworks
final JSONArray getSupportedNetworks()
-
setSupportedNetworks
final Unit setSupportedNetworks(JSONArray supportedNetworks)
-
getTokenization
final JSONObject getTokenization()
-
setTokenization
final Unit setTokenization(JSONObject tokenization)
-
getCanMakePayments
final Boolean getCanMakePayments()
-
setCanMakePayments
final Unit setCanMakePayments(Boolean canMakePayments)
-
getGooglePayBaseConfiguration
final JSONObject getGooglePayBaseConfiguration()
-
setGooglePayBaseConfiguration
final Unit setGooglePayBaseConfiguration(JSONObject googlePayBaseConfiguration)
-
getBaseCardPaymentMethod
final JSONObject getBaseCardPaymentMethod()
-
setBaseCardPaymentMethod
final Unit setBaseCardPaymentMethod(JSONObject baseCardPaymentMethod)
-
getPaymentsClient
final PaymentsClient getPaymentsClient()
-
setPaymentsClient
final Unit setPaymentsClient(PaymentsClient paymentsClient)
-
-
-
-