Builder to create a TransactionInfo.
| TransactionInfo |
build()
Returns the actual
TransactionInfo
created using the data passed to the Builder object.
|
| TransactionInfo.Builder | |
| TransactionInfo.Builder | |
| TransactionInfo.Builder |
setTotalPriceStatus(int totalPriceStatus)
Sets the status of this transaction's total price.
|
Returns the actual TransactionInfo
created using the data passed to the Builder object.
Sets the ISO 4217 alphabetic currency code of the transaction.
This is a required field.
Sets the total price of this transaction. The format of this string should follow the regex format: [0-9]+(\.[0-9][0-9])? (e.g., "10.45")
This field is required if total price status is set to
WalletConstants.TOTAL_PRICE_STATUS_ESTIMATED or
WalletConstants.TOTAL_PRICE_STATUS_FINAL.
Sets the status of this transaction's total price. See
WalletConstants.TotalPriceStatus for available options.
This is a required field.