RateDetails class
The rate related settings of the inventory source.
Constructors
- RateDetails({String? inventorySourceRateType, Money? minimumSpend, Money? rate, String? unitsPurchased})
- RateDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inventorySourceRateType ↔ String?
-
The rate type.
getter/setter pair
- minimumSpend ↔ Money?
-
The amount that the buyer has committed to spending on the inventory
source up front.
getter/setter pair
- rate ↔ Money?
-
The rate for the inventory source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unitsPurchased ↔ String?
-
Required for guaranteed inventory sources.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited