| java.lang.Object | |
| ↳ | com.google.android.gms.wallet.PaymentMethodToken |
Parcelable representing payment method token.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Payment method tokenization type used to create this token.
| |||||||||||
Payment method token for the credit card selected by the user.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Payment method tokenization type used to create this token.
See PaymentMethodTokenizationType for a list of supported tokenization types.
Payment method token for the credit card selected by the user.
When gateway tokenization is used to tokenize the credit card, this token will contain gateway specific value. Integrator will need to send this token to their server to make an actual charge.