java.lang.Object |
↳ |
com.google.android.gms.wallet.FullWalletRequest.Builder |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
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.
public
FullWalletRequest.Builder
setGoogleTransactionId
(String googleTransactionId)
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.
Parameters |
googleTransactionId |
String
|
public
FullWalletRequest.Builder
setMerchantTransactionId
(String merchantTransactionId)
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.
Parameters |
merchantTransactionId |
String
|