LoyaltyProgramRewardTier constructor
LoyaltyProgramRewardTier({
- String? id,
- String? createdAt,
- int? points,
- String? name,
- LoyaltyProgramRewardDefinition? definition,
- CatalogObjectReference? pricingRuleReference,
Implementation
LoyaltyProgramRewardTier({
this.id, this.createdAt, this.points, this.name,
this.definition, this.pricingRuleReference
});