GooglePayRequest
Represents the parameters that are needed to use the Google Pay API.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional.
Link copied to clipboard
Simple wrapper to configure the GooglePayRequest's allowedAuthMethods
Link copied to clipboard
open fun setAllowedCardNetworks(@NonNull paymentMethodType: String, @NonNull cardNetworks: JSONArray)
Simple wrapper to configure the GooglePayRequest's cardNetworks
Link copied to clipboard
open fun setAllowedPaymentMethod(@NonNull paymentMethodType: String, @NonNull parameters: JSONObject)
Simple wrapper to assign given parameters to specified paymentMethod
Link copied to clipboard
Optional.
Link copied to clipboard
Optional.
Link copied to clipboard
Defines if PayPal should be an available payment method in Google Pay.
Link copied to clipboard
Optional.
Link copied to clipboard
Optional.
Link copied to clipboard
open fun setTokenizationSpecificationForType(@NonNull paymentMethodType: String, @NonNull parameters: JSONObject)
Simple wrapper to configure the GooglePayRequest's tokenizationSpecification
Link copied to clipboard