MiscellaneousPaymentDetailsDto constructor
- {required PaymentType type}
Implementation
MiscellaneousPaymentDetailsDto({
required PaymentType type,
}) : super(
type: type,
);
MiscellaneousPaymentDetailsDto({
required PaymentType type,
}) : super(
type: type,
);