Tier constructor
Tier({})
Implementation
Tier({
required this.priceOverrides,
required this.currency,
required this.basePrice,
required this.offers,
required this.id,
required this.price,
required this.duration,
});