Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

PayWithGoogleDetails.md

File metadata and controls

29 lines (20 loc) · 1.26 KB

PayWithGoogleDetails

Properties

Name Type Description Notes
googlePayToken kotlin.String The `token` that you obtained from the Google Pay API `PaymentData` response.
checkoutAttemptId kotlin.String The checkout attempt identifier. [optional]
fundingSource inline The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit. [optional]
recurringDetailReference kotlin.String This is the `recurringDetailReference` returned in the response when you created the token. [optional]
storedPaymentMethodId kotlin.String This is the `recurringDetailReference` returned in the response when you created the token. [optional]
type inline paywithgoogle [optional]

Enum: fundingSource

Name Value
fundingSource credit, debit

Enum: type

Name Value
type paywithgoogle