PayWithGoogleDetails |
PayWithGoogleDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static PayWithGoogleDetails |
PayWithGoogleDetails.fromJson(String jsonString) |
Create an instance of PayWithGoogleDetails given an JSON string
|
PayWithGoogleDetails |
PayWithGoogleDetails.fundingSource(PayWithGoogleDetails.FundingSourceEnum fundingSource) |
The funding source that should be used when multiple sources are available.
|
PayWithGoogleDetails |
CheckoutPaymentMethod.getPayWithGoogleDetails() |
Get the actual instance of `PayWithGoogleDetails`.
|
PayWithGoogleDetails |
PayWithGoogleDetails.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.
|
PayWithGoogleDetails |
PayWithGoogleDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
PayWithGoogleDetails |
PayWithGoogleDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
PayWithGoogleDetails |
PayWithGoogleDetails.threeDS2SdkVersion(String threeDS2SdkVersion) |
Required for mobile integrations.
|
PayWithGoogleDetails |
PayWithGoogleDetails.type(PayWithGoogleDetails.TypeEnum type) |
**paywithgoogle**
|