WebApiModulesUtilitiesGLDistributionGLDistribution constructor
WebApiModulesUtilitiesGLDistributionGLDistribution({
- String? date,
- String? glAccountNo,
- String? glAccountDescription,
- double? debit,
- double? credit,
- String? glAccountId,
- String? groupHeading,
- int? orderBy,
- int? groupHeadingOrder,
- String? currencyId,
- String? currencyCode,
- String? currency,
- String? currencySymbol,
- String? officeLocationId,
- String? officeLocation,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesGLDistributionGLDistribution({
this.date,
this.glAccountNo,
this.glAccountDescription,
this.debit,
this.credit,
this.glAccountId,
this.groupHeading,
this.orderBy,
this.groupHeadingOrder,
this.currencyId,
this.currencyCode,
this.currency,
this.currencySymbol,
this.officeLocationId,
this.officeLocation,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});