CommodityStoreEntity class

subscriptionRoundUnit : "month" subscriptionRoundValue : 1 introductoryPaymentMode : "" introductoryRoundUnit : "none" promotionalRoundValue : 0 isEligibleForIntroOffer : true storeCurrency : "CNY" isEligiblePromotionalOffer : false introductoryRoundValue : 0 promotionalOfferPrice : 0 storePrice : 28 promotionalRoundUnit : "none" introductoryOfferPrice : 0

Constructors

CommodityStoreEntity({String? subscriptionRoundUnit, int? subscriptionRoundValue, String? introductoryPaymentMode, String? introductoryRoundUnit, int? promotionalRoundValue, bool? isEligibleForIntroOffer, String? storeCurrency, bool? isEligiblePromotionalOffer, int? introductoryRoundValue, num? promotionalOfferPrice, num? storePrice, String? promotionalRoundUnit, num? introductoryOfferPrice})
CommodityStoreEntity.fromJson(dynamic json)

Properties

hashCode → int
The hash code for this object.
no setterinherited
introductoryOfferPrice ↔ num?
getter/setter pair
introductoryPaymentMode ↔ String?
getter/setter pair
introductoryRoundUnit ↔ String?
getter/setter pair
introductoryRoundValue ↔ int?
getter/setter pair
isEligibleForIntroOffer ↔ bool?
getter/setter pair
isEligiblePromotionalOffer ↔ bool?
getter/setter pair
promotionalOfferPrice ↔ num?
getter/setter pair
promotionalRoundUnit ↔ String?
getter/setter pair
promotionalRoundValue ↔ int?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
storeCurrency ↔ String?
getter/setter pair
storePrice ↔ num?
getter/setter pair
subscriptionRoundUnit ↔ String?
getter/setter pair
subscriptionRoundValue ↔ int?
getter/setter pair

Methods

copyWith({String? subscriptionRoundUnit, int? subscriptionRoundValue, String? introductoryPaymentMode, String? introductoryRoundUnit, int? promotionalRoundValue, bool? isEligibleForIntroOffer, String? storeCurrency, bool? isEligiblePromotionalOffer, int? introductoryRoundValue, num? promotionalOfferPrice, num? storePrice, String? promotionalRoundUnit, num? introductoryOfferPrice}) → CommodityStoreEntity
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