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().
[null,null,["Last updated 2024-10-31 UTC."],[],["`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"]]