CheckPaymentDetailsDto constructor
Implementation
CheckPaymentDetailsDto({
this.drawee,
this.payee,
this.dateOfIssue,
this.drawer,
this.sortCode,
this.accountNumber,
required PaymentType type,
}) : super(
type: type,
);
CheckPaymentDetailsDto({
this.drawee,
this.payee,
this.dateOfIssue,
this.drawer,
this.sortCode,
this.accountNumber,
required PaymentType type,
}) : super(
type: type,
);