java.lang.Object | |
↳ | com.google.android.gms.wallet.NotifyTransactionStatusRequest.Builder |
Builder to create a NotifyTransactionStatusRequest
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets any additional information about why the
ProxyCard transaction failed. | |||||||||||
Sets Google's unique identifier for this transaction.
| |||||||||||
Sets the status received from processing the
ProxyCard in a FullWallet
response. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets any additional information about why the ProxyCard
transaction failed. This
field should only be set with a corresponding NotifyTransactionStatusRequest.Status.Error
status.
Parameters | |
---|---|
detailedReason |
String
|
Returns | |
---|---|
NotifyTransactionStatusRequest.Builder |
Sets Google's unique identifier for this transaction. This field is required and must be
identical to the value returned in an earlier FullWallet
in the same transaction.
Parameters | |
---|---|
googleTransactionId |
String
|
Returns | |
---|---|
NotifyTransactionStatusRequest.Builder |
Sets the status received from processing the ProxyCard
in a FullWallet
response. This field is required and must be one of the values in NotifyTransactionStatusRequest.Status
or NotifyTransactionStatusRequest.Status.Error
.
Parameters | |
---|---|
status |
int
|
Returns | |
---|---|
NotifyTransactionStatusRequest.Builder |