CommodityStoreEntity constructor
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,
Implementation
CommodityStoreEntity({
this.subscriptionRoundUnit,
this.subscriptionRoundValue,
this.introductoryPaymentMode,
this.introductoryRoundUnit,
this.promotionalRoundValue,
this.isEligibleForIntroOffer,
this.storeCurrency,
this.isEligiblePromotionalOffer,
this.introductoryRoundValue,
this.promotionalOfferPrice,
this.storePrice,
this.promotionalRoundUnit,
this.introductoryOfferPrice,});