WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice constructor
WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
- String? invoiceReceiptId,
- String? invoiceId,
- String? invoiceNumber,
- String? invoiceDate,
- String? description,
- String? status,
- String? orderId,
- String? orderNumber,
- String? dealId,
- String? deal,
- double? total,
- bool? receiptId,
- String? invoiceType,
- double? applied,
- double? amount,
- double? due,
- String? customerId,
- String? customer,
- String? officeLocationId,
- String? departmentId,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
this.invoiceReceiptId,
this.invoiceId,
this.invoiceNumber,
this.invoiceDate,
this.description,
this.status,
this.orderId,
this.orderNumber,
this.dealId,
this.deal,
this.total,
this.receiptId,
this.invoiceType,
this.applied,
this.amount,
this.due,
this.customerId,
this.customer,
this.officeLocationId,
this.departmentId,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});