Builder to create a TransactionInfo.
| TransactionInfo |
build()
|
| TransactionInfo.Builder | |
| TransactionInfo.Builder | |
| TransactionInfo.Builder |
setTotalPriceStatus(int totalPriceStatus)
Sets the status of this transaction's total price.
|
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
TOTAL_PRICE_STATUS_ESTIMATED or
TOTAL_PRICE_STATUS_FINAL.
Sets the status of this transaction's total price. See
WalletConstants.TotalPriceStatus for available options.
This is a required field.