SGOfferPhase constructor
SGOfferPhase({
- required String identifier,
- required SGOfferType? offerType,
- SGBillinPeriodUnit? billingPeriodUnit,
- int? billingPeriodNumberOfUnit,
- double? discountedPrice,
- String? discountedLocalisedPrice,
- String? discountedLocalisedCurrencySymbol,
Implementation
SGOfferPhase({
required this.identifier,
required this.offerType,
this.billingPeriodUnit,
this.billingPeriodNumberOfUnit,
this.discountedPrice,
this.discountedLocalisedPrice,
this.discountedLocalisedCurrencySymbol,
});