WebApiModulesHomeAddressAddress constructor
const
WebApiModulesHomeAddressAddress({
- String? addressId,
- String? name,
- String? attention,
- String? attention2,
- String? address1,
- String? address2,
- String? city,
- String? state,
- String? countryId,
- String? country,
- String? zipCode,
- String? phone,
- String? fax,
- String? phoneTollFree,
- String? phoneOther,
- String? uniqueId1,
- String? uniqueId2,
- String? uniqueId3,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesHomeAddressAddress({
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.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,
});