java.lang.Object | |
↳ | com.google.android.gms.wallet.MaskedWallet |
Parcelable representing a masked wallet response.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MaskedWallet.Builder |
Builder to create a MaskedWallet .
|
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
getBuyerBillingAddress() instead.
| |||||||||||
Returns an array of finer grained details about the instruments used in this Google Wallet
transaction.
| |||||||||||
Returns an array of strings used for user-facing messaging about payment instruments used
for funding this Google Wallet transaction.
| |||||||||||
This method is deprecated.
Use
getBuyerShippingAddress() instead.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
This method is deprecated.
Use getBuyerBillingAddress()
instead.
Returns an array of finer grained details about the instruments used in this Google Wallet transaction. Details here can be parsed and used for customer support, etc..., but should not be displayed to the user.
NOTE: This list of details is not guaranteed to have the same ordering or length as
getPaymentDescriptions()
.
MaskedWalletRequest
.
Returns an array of strings used for user-facing messaging about payment instruments used for funding this Google Wallet transaction. Do not attempt to parse the contents of this array as the format, contents and length may change at any time.
IMPORTANT: This list is sorted in the order of how messages should be displayed. You
are required to show each of these sources to inform the buyer of their funding sources for
the transaction. See Google Wallet UI guide for details. Each payment description is not
guaranteed to match a consistent pattern and you should not try to parse this data. See
getInstrumentInfos()
for a stable API of instrument information.