java.lang.Object | |
↳ | com.google.android.gms.wallet.PaymentMethodToken |
Parcelable representing payment method token.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Payment method tokenization type used to create this token. See PaymentMethodTokenizationType
for a list of supported tokenization types.
Returns | |
---|---|
int |
payment method tokenization type |
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.
Returns | |
---|---|
String |
payment method token |
Parameters | |
---|---|
out |
Parcel
|
flags |
int
|