WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice constructor
const
WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
- int? invoiceReceiptId,
- String? invoiceId,
- String? invoiceNumber,
- String? invoiceDate,
- String? description,
- String? status,
- String? orderId,
- String? orderNumber,
- String? dealId,
- String? deal,
- double? total,
- double? fee,
- double? totalWithFee,
- 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,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
this.invoiceReceiptId,
this.invoiceId,
this.invoiceNumber,
this.invoiceDate,
this.description,
this.status,
this.orderId,
this.orderNumber,
this.dealId,
this.deal,
this.total,
this.fee,
this.totalWithFee,
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.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});