InvoiceCancellation constructor
InvoiceCancellation({
- required String reason,
- required String canceledSerialInvoiceNumber,
- required ZATCAPaymentMethods paymentMethod,
Creates a new InvoiceCancellation instance.
Implementation
InvoiceCancellation({
required this.reason,
required this.canceledSerialInvoiceNumber,
required this.paymentMethod,
});