Data constructor
Data({
- String? createdByUserName,
- String? updatedByUserName,
- String? createdBy,
- String? createdDate,
- String? updatedBy,
- String? updatedDate,
- int? id,
- String? orderId,
- String? organizationId,
- Store? store,
- String? customerName,
- CustomerDetails? customerDetails,
- String? status,
- String? dueDate,
- bool? archived,
- String? type,
- String? parentInvoiceId,
- String? mainOrderId,
- int? refundableAmount,
- Credit? credit,
- Credit? debit,
- Credit? balance,
- String? paymentDueDate,
- SaleDetail? saleDetail,
- String? paymentOrderId,
- List<
OrderApprovalMapping> ? orderApprovalMapping, - String? transactionType,
- SaleExtendedDetails? saleExtendedDetails,
- CustomerDetails? soldToParty,
- CustomerDetails? billToParty,
- CustomerDetails? payerParty,
- CustomerDetails? soldByParty,
- List<
Attachments> ? attachments, - String? paymentTransactionId,
- List<
ActionList> ? actionList, - String? paymentDate,
- List<
Details> ? details, - List<
HeaderTags> ? headerTags, - Credit? totalPaymentCollected,
- bool? overdue,
- bool? canceled,
- bool? creditInvoice,
- bool? closed,
- bool? open,
- String? paymentStatus,
- bool? allowModifyPayment,
- String? invoiceNumber,
- String? ageing,
- bool? refundable,
Implementation
Data(
{this.createdByUserName, this.updatedByUserName, this.createdBy, this.createdDate, this.updatedBy, this.updatedDate, this.id, this.orderId, this.organizationId, this.store, this.customerName, this.customerDetails, this.status, this.dueDate, this.archived, this.type, this.parentInvoiceId, this.mainOrderId, this.refundableAmount, this.credit, this.debit, this.balance, this.paymentDueDate, this.saleDetail, this.paymentOrderId, this.orderApprovalMapping, this.transactionType, this.saleExtendedDetails, this.soldToParty, this.billToParty, this.payerParty, this.soldByParty, this.attachments, this.paymentTransactionId, this.actionList, this.paymentDate, this.details, this.headerTags, this.totalPaymentCollected, this.overdue, this.canceled, this.creditInvoice, this.closed, this.open, this.paymentStatus, this.allowModifyPayment, this.invoiceNumber, this.ageing, this.refundable});