WebApiModulesSettingsPoSettingsPoApprovalStatusPoApprovalStatus constructor
WebApiModulesSettingsPoSettingsPoApprovalStatusPoApprovalStatus({
- String? poApprovalStatusId,
- String? poApprovalStatus,
- String? poApprovalStatusType,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesSettingsPoSettingsPoApprovalStatusPoApprovalStatus({
this.poApprovalStatusId,
this.poApprovalStatus,
this.poApprovalStatusType,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});