WebApiModulesHomeOrderConfirmationOrderConfirmation constructor
WebApiModulesHomeOrderConfirmationOrderConfirmation({
- String? orderConfirmationId,
- String? orderId,
- String? webUsersId,
- String? date,
- String? time,
- String? activityType,
- String? note,
- String? person,
- String? payType,
- String? paymentTerms,
- String? purchaseOrderNumber,
- double? amount,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeOrderConfirmationOrderConfirmation({
this.orderConfirmationId,
this.orderId,
this.webUsersId,
this.date,
this.time,
this.activityType,
this.note,
this.person,
this.payType,
this.paymentTerms,
this.purchaseOrderNumber,
this.amount,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});