OfferingTransaction class
Represents the metadata of an offering transaction.
Constructors
- OfferingTransaction({MonetaryAmount? cost, DateTime? createdOn, String? offeringPromotionId, OfferingStatus? offeringStatus, String? transactionId})
-
OfferingTransaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cost → MonetaryAmount?
-
The cost of an offering transaction.
final
- createdOn → DateTime?
-
The date on which an offering transaction was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offeringPromotionId → String?
-
The ID that corresponds to a device offering promotion.
final
- offeringStatus → OfferingStatus?
-
The status of an offering transaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId → String?
-
The transaction ID of the offering transaction.
final
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