GooglePayDetails |
GooglePayDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static GooglePayDetails |
GooglePayDetails.fromJson(String jsonString) |
Create an instance of GooglePayDetails given an JSON string
|
GooglePayDetails |
GooglePayDetails.fundingSource(GooglePayDetails.FundingSourceEnum fundingSource) |
The funding source that should be used when multiple sources are available.
|
GooglePayDetails |
CheckoutPaymentMethod.getGooglePayDetails() |
Get the actual instance of `GooglePayDetails`.
|
GooglePayDetails |
GooglePayDetails.googlePayCardNetwork(String googlePayCardNetwork) |
The selected payment card network.
|
GooglePayDetails |
GooglePayDetails.googlePayToken(String googlePayToken) |
The `token` that you obtained from the [Google Pay API](https://developers.google.com/pay/api/web/reference/response-objects#PaymentData) `PaymentData` response.
|
GooglePayDetails |
GooglePayDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
GooglePayDetails |
GooglePayDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
GooglePayDetails |
GooglePayDetails.threeDS2SdkVersion(String threeDS2SdkVersion) |
Required for mobile integrations.
|
GooglePayDetails |
GooglePayDetails.type(GooglePayDetails.TypeEnum type) |
**googlepay**, **paywithgoogle**
|