LoyaltyPoints(- {int? amountOfLoyaltyPointsUsed,
- int? amountOfMoneyGainedFromLoyaltyPoints,
- int? amountOfLoyaltyPointsGained,
- double? customerLoyaltyPoints,
- int? loyaltyPointsRedeemed,
- double? amountOfMoneyConverted,
- bool? hasLoyaltyPoints,
- bool? loyaltyEnabled,
- String? configLoyaltyPointsToMoney}
)
Implementation
LoyaltyPoints({
this.amountOfLoyaltyPointsUsed,
this.amountOfMoneyGainedFromLoyaltyPoints,
this.amountOfLoyaltyPointsGained,
this.customerLoyaltyPoints,
this.loyaltyPointsRedeemed,
this.amountOfMoneyConverted,
this.hasLoyaltyPoints,
this.loyaltyEnabled,
this.configLoyaltyPointsToMoney,
});