WebApiModulesHomeControlsAddressAddress constructor

WebApiModulesHomeControlsAddressAddress({
  1. String? addressId,
  2. String? name,
  3. String? attention,
  4. String? attention2,
  5. String? address1,
  6. String? address2,
  7. String? city,
  8. String? state,
  9. String? countryId,
  10. String? country,
  11. String? zipCode,
  12. String? phone,
  13. String? fax,
  14. String? phoneTollFree,
  15. String? phoneOther,
  16. String? uniqueId1,
  17. String? uniqueId2,
  18. String? uniqueId3,
  19. String? dateStamp,
  20. String? auditNote,
  21. String? recordTitle,
  22. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  23. List<FwStandardDataFwCustomValue>? custom,
  24. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  25. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsAddressAddress({
  this.addressId,
  this.name,
  this.attention,
  this.attention2,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.countryId,
  this.country,
  this.zipCode,
  this.phone,
  this.fax,
  this.phoneTollFree,
  this.phoneOther,
  this.uniqueId1,
  this.uniqueId2,
  this.uniqueId3,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});