java.lang.Object | |
↳ | com.google.android.gms.wallet.FullWalletRequest.Builder |
Builder to create a FullWalletRequest
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the shopping cart.
| |||||||||||
Sets Google's unique identifier for this transaction.
| |||||||||||
Sets an optional merchant identifier for the transaction.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Sets the shopping cart. This field is required unless this request is for a billing agreement. If this request is for a billing agreement, this field is inapplicable and should not be set.
Sets Google's unique identifier for this transaction. This field is required and must be
identical to the value returned in an earlier MaskedWallet
in the same
transaction.
Sets an optional merchant identifier for the transaction. The value will be echoed back
in FullWallet
, but is not otherwise used by the Wallet API.