WalletConstants.PaymentMethodTokenizationType
Stay organized with collections
Save and categorize content based on your preferences.
Payment method tokenization types.
Available options:
Integrator can configure PaymentDataRequest
to tokenize the credit card selected by the buyer for a transaction using one of the
tokenization types listed above. The token for the selected payment method can be retrieved
by calling PaymentData.getPaymentMethodToken()
.
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`WalletConstants.PaymentMethodTokenizationType` defines how a user's payment method is tokenized during a Google Pay transaction."],["Three tokenization types are available: `PAYMENT_GATEWAY`, `NETWORK_TOKEN`, and `DIRECT`."],["Developers can specify the desired tokenization type when building a `PaymentDataRequest`."],["The token for the chosen payment method can be accessed via `PaymentData.getPaymentMethodToken()` after a successful transaction."]]],["`WalletConstants.PaymentMethodTokenizationType` defines tokenization options for payment methods. Available types include `PAYMENT_METHOD_TOKENIZATION_TYPE_PAYMENT_GATEWAY`, `PAYMENT_METHOD_TOKENIZATION_TYPE_NETWORK_TOKEN`, and `PAYMENT_METHOD_TOKENIZATION_TYPE_DIRECT`. Integrators use `PaymentDataRequest` to configure tokenization. The payment method token is obtained via `PaymentData.getPaymentMethodToken()`. The class implements the `Annotation` interface, inheriting methods like `annotationType()`, `equals()`, `hashCode()`, and `toString()`.\n"]]