WebApiModulesHomeOrderApprovalOrderApproval constructor
WebApiModulesHomeOrderApprovalOrderApproval({
- int? orderApprovalId,
- String? orderId,
- String? webUsersId,
- String? token,
- String? expireDate,
- String? createdDate,
- String? status,
- String? contactId,
- String? contactName,
- String? contactEmail,
- String? statusChangeDate,
- String? notes,
- String? paymentTermsId,
- String? paymentTypeId,
- double? amount,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeOrderApprovalOrderApproval({
this.orderApprovalId,
this.orderId,
this.webUsersId,
this.token,
this.expireDate,
this.createdDate,
this.status,
this.contactId,
this.contactName,
this.contactEmail,
this.statusChangeDate,
this.notes,
this.paymentTermsId,
this.paymentTypeId,
this.amount,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});