WebApiModulesUtilitiesGLDistributionGLDistribution constructor

WebApiModulesUtilitiesGLDistributionGLDistribution({
  1. String? date,
  2. String? glAccountNo,
  3. String? glAccountDescription,
  4. double? debit,
  5. double? credit,
  6. String? glAccountId,
  7. String? groupHeading,
  8. int? orderBy,
  9. int? groupHeadingOrder,
  10. String? currencyId,
  11. String? currencyCode,
  12. String? currency,
  13. String? currencySymbol,
  14. String? officeLocationId,
  15. String? officeLocation,
  16. String? auditNote,
  17. String? recordTitle,
  18. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  19. List<FwStandardDataFwCustomValue>? custom,
  20. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  21. 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,
});