WebApiModulesHomeControlsInvoiceOrderInvoiceOrder constructor
WebApiModulesHomeControlsInvoiceOrderInvoiceOrder({
- String? orderInvoiceId,
- String? orderNumber,
- String? orderDescription,
- String? orderNumberAndDescription,
- String? referenceNumber,
- String? location,
- String? orderLocation,
- String? officeLocation,
- String? department,
- String? agentId,
- String? agent,
- String? agentEmail,
- String? agentPhoneAndExtension,
- String? agentPhone,
- String? agentExtension,
- String? agentFax,
- String? projectManagerId,
- String? projectManager,
- String? projectManagerEmail,
- String? projectManagerPhoneAndExtension,
- String? projectManagerPhone,
- String? projectManagerExtension,
- String? projectManagerFax,
- String? estimatedStartDate,
- String? estimatedStopDate,
- String? estimatedStartTime,
- String? estimatedStopTime,
- String? billingStartDate,
- String? billingEndDate,
- String? billingStopDate,
- String? usageStartDate,
- String? usageStopDate,
- String? poNumber,
- String? purchaseOrderNumber,
- String? orderId,
- String? flatPoId,
- bool? excludeFromFlatPO,
- bool? billableFlat,
- String? invoiceId,
- double? summaryInvoiceOrderBy,
- double? rentalSubTotal,
- double? laborSubTotal,
- double? nonRentalSubTotal,
- double? orderInvoiceSubTotal,
- double? orderInvoiceTax,
- double? orderInvoiceTotal,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- String? currency,
- String? orderBy,
- String? customerId,
- String? customer,
- String? customerNumber,
- String? customerEmail,
- String? dealId,
- String? deal,
- String? dealNumber,
- String? dealAndDealNumber,
- String? dealEmail,
- String? paymentTerms,
- bool? hasRecurring,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInvoiceOrderInvoiceOrder({
this.orderInvoiceId,
this.orderNumber,
this.orderDescription,
this.orderNumberAndDescription,
this.referenceNumber,
this.location,
this.orderLocation,
this.officeLocation,
this.department,
this.agentId,
this.agent,
this.agentEmail,
this.agentPhoneAndExtension,
this.agentPhone,
this.agentExtension,
this.agentFax,
this.projectManagerId,
this.projectManager,
this.projectManagerEmail,
this.projectManagerPhoneAndExtension,
this.projectManagerPhone,
this.projectManagerExtension,
this.projectManagerFax,
this.estimatedStartDate,
this.estimatedStopDate,
this.estimatedStartTime,
this.estimatedStopTime,
this.billingStartDate,
this.billingEndDate,
this.billingStopDate,
this.usageStartDate,
this.usageStopDate,
this.poNumber,
this.purchaseOrderNumber,
this.orderId,
this.flatPoId,
this.excludeFromFlatPO,
this.billableFlat,
this.invoiceId,
this.summaryInvoiceOrderBy,
this.rentalSubTotal,
this.laborSubTotal,
this.nonRentalSubTotal,
this.orderInvoiceSubTotal,
this.orderInvoiceTax,
this.orderInvoiceTotal,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.currency,
this.orderBy,
this.customerId,
this.customer,
this.customerNumber,
this.customerEmail,
this.dealId,
this.deal,
this.dealNumber,
this.dealAndDealNumber,
this.dealEmail,
this.paymentTerms,
this.hasRecurring,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});