MiscellaneousPaymentDetailsDto constructor

MiscellaneousPaymentDetailsDto(
  1. {required PaymentType type}
)

Implementation

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