OneTimePurchaseDetails class

Details of a one-time purchase.

Constructors

OneTimePurchaseDetails.new({String? offerId, String? purchaseOptionId, int? quantity, RentalDetails? rentalDetails})
OneTimePurchaseDetails.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
offerId String?
The offer ID of the one-time purchase offer.
getter/setter pair
purchaseOptionId String?
ID of the purchase option.
getter/setter pair
quantity int?
The number of items purchased (for multi-quantity item purchases).
getter/setter pair
rentalDetails RentalDetails?
The details of a rent purchase.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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