WebApiModulesUtilitiesGLDistributionGLDistribution constructor

const 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. dynamic urlIdentifier,
  19. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  20. List<FwStandardDataFwCustomValue>? custom,
  21. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  22. FwStandardBusinessLogicFwBusinessLogic? original,
  23. List<FwStandardDataFwTranslatedValue>? translation,
  24. bool? hasImport,
  25. bool? hasDocuments,
  26. String? createdByUserId,
  27. String? createdByUserName,
  28. String? createdDateTime,
  29. String? modifiedByUserId,
  30. String? modifiedByUserName,
  31. String? modifiedDateTime,
})

Implementation

const 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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});