This enum represents the status of the total price of a transaction.

It can take on one of the following values:

  • TotalPriceStatus.NOT_CURRENTLY_KNOWN: The total price is not currently known.
  • TotalPriceStatus.ESTIMATED: The total price is an estimate.
  • TotalPriceStatus.FINAL: The total price is final.

Enumeration Members

Enumeration Members

ESTIMATED: 2

The total price is an estimate.

FINAL: 3

The total price is final.

NOT_CURRENTLY_KNOWN: 1

The total price is not currently known.