BillDetailsData constructor
BillDetailsData({
- int? id,
- String? organizationId,
- CustomerDetails? customerDetails,
- String? status,
- String? dueDate,
- bool? archived,
- String? type,
- String? mainOrderId,
- double? refundableAmount,
- Credit? credit,
- Credit? debit,
- Credit? balance,
- String? paymentDueDate,
- SaleDetail? saleDetail,
- String? transactionType,
- SaleExtendedDetails? saleExtendedDetails,
- CustomerDetails? soldToParty,
- CustomerDetails? billToParty,
- CustomerDetails? payerParty,
- SoldByParty? soldByParty,
- List<
Attachments> ? attachments, - String? paymentTransactionId,
- List<
Details> ? details, - List<
HeaderTags> ? headerTags, - Credit? totalPaymentCollected,
- bool? overdue,
- bool? canceled,
- bool? creditInvoice,
- bool? closed,
- bool? open,
- String? paymentStatus,
- bool? allowModifyPayment,
- String? invoiceNumber,
- bool? refundable,
Implementation
BillDetailsData(
{this.id,
this.organizationId,
this.customerDetails,
this.status,
this.dueDate,
this.archived,
this.type,
this.mainOrderId,
this.refundableAmount,
this.credit,
this.debit,
this.balance,
this.paymentDueDate,
this.saleDetail,
this.transactionType,
this.saleExtendedDetails,
this.soldToParty,
this.billToParty,
this.payerParty,
this.soldByParty,
this.attachments,
this.paymentTransactionId,
// this.actionList,
this.details,
this.headerTags,
this.totalPaymentCollected,
this.overdue,
this.canceled,
this.creditInvoice,
this.closed,
this.open,
this.paymentStatus,
this.allowModifyPayment,
this.invoiceNumber,
this.refundable});