WebApiModulesHomeControlsAddressAddress constructor
WebApiModulesHomeControlsAddressAddress({
- 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,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});