Create Google Pay Payment Method Request
data class CreateGooglePayPaymentMethodRequest(val type: String = "card", val wallet: PaymentMethodRequests.GooglePayWallet, val customer: String? = null, val account: String? = null)
Request body for creating a payment method from a Google Pay wallet token.
Constructors
Link copied to clipboard
constructor(type: String = "card", wallet: PaymentMethodRequests.GooglePayWallet, customer: String? = null, account: String? = null)