LoyaltyProgramRewardTier constructor

LoyaltyProgramRewardTier({
  1. String? id,
  2. String? createdAt,
  3. int? points,
  4. String? name,
  5. LoyaltyProgramRewardDefinition? definition,
  6. CatalogObjectReference? pricingRuleReference,
})

Implementation

LoyaltyProgramRewardTier({
  this.id, this.createdAt, this.points, this.name,
  this.definition, this.pricingRuleReference
});