PriceTier constructor

PriceTier(
  1. String? tier,
  2. String? currency,
  3. String? price,
  4. String? startDate,
  5. String? endDate,
)

Implementation

PriceTier(this.tier, this.currency, this.price, this.startDate, this.endDate);