TotalPriceStatus enum

The status of the total price

Inheritance

Constructors

TotalPriceStatus()
const

Values

byFinal → const TotalPriceStatus

Total price doesn't change from the amount presented to the shopper (default).

Also known as: final

estimated → const TotalPriceStatus

Total price might adjust based on the details of the response, such as sales tax collected that's based on a billing address.

notCurrentlyKnown → const TotalPriceStatus

Use this property for a capability check.

Warning: Don't use this property if the transaction is processed in an EEA country or any other country that's subject to SCA.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TotalPriceStatus>
A constant List of the values in this enum, in order of their declaration.