VolumeSaleInfoOffers class
Constructors
- VolumeSaleInfoOffers({int? finskyOfferType, bool? giftable, VolumeSaleInfoOffersListPrice? listPrice, VolumeSaleInfoOffersRentalDuration? rentalDuration, VolumeSaleInfoOffersRetailPrice? retailPrice})
- VolumeSaleInfoOffers.fromJson(Map json_)
Properties
- finskyOfferType ↔ int?
-
The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
getter/setter pair
- giftable ↔ bool?
-
Indicates whether the offer is giftable.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listPrice ↔ VolumeSaleInfoOffersListPrice?
-
Offer list (=undiscounted) price in Micros.
getter/setter pair
- rentalDuration ↔ VolumeSaleInfoOffersRentalDuration?
-
The rental duration (for rental offers only).
getter/setter pair
- retailPrice ↔ VolumeSaleInfoOffersRetailPrice?
-
Offer retail (=discounted) price in Micros
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