LoyaltyCardPaymentDetailsDto constructor
Implementation
LoyaltyCardPaymentDetailsDto({
this.name,
this.accountNumber,
this.pointsUsed,
this.pointsLeft,
this.pointsGained,
required PaymentType type,
}) : super(
type: type,
);