AddressElement constructor
AddressElement({
- int? addressType,
- String? locationId1,
- dynamic locationId2,
- dynamic locationId3,
- dynamic locationId4,
- dynamic locationId5,
- dynamic locationId6,
- dynamic multiLocationId1,
- dynamic multiLocationId2,
- dynamic multiLocationId3,
- dynamic multiLocationId4,
- int? postalCode,
- dynamic streetName,
- dynamic streetNameNe,
- dynamic building,
- dynamic buildingNe,
- String? locationName1,
- dynamic locationName2,
- dynamic locationName3,
- dynamic locationName4,
- dynamic locationName5,
- dynamic locationName6,
- String? locationName1Ne,
- dynamic locationName2Ne,
- dynamic locationName3Ne,
- dynamic locationName4Ne,
- dynamic locationName5Ne,
- dynamic locationName6Ne,
- dynamic lattitude,
- dynamic longitude,
- int? id,
- bool? defaultAddress,
- dynamic addressIdentifier,
- dynamic rootLocationId,
- dynamic locationCode,
- dynamic locationCode1,
- dynamic locationCode2,
- dynamic locationCode3,
- dynamic locationCode4,
- dynamic locationCode5,
- dynamic locationCode6,
- String? addressLine1,
- String? addressLine2,
- String? addressLine3,
- String? addressLine4,
- bool? billTo,
- String? addressDetails,
- String? state,
- String? stateName,
- String? city,
- String? cityName,
Implementation
AddressElement({
this.addressType,
this.locationId1,
this.locationId2,
this.locationId3,
this.locationId4,
this.locationId5,
this.locationId6,
this.multiLocationId1,
this.multiLocationId2,
this.multiLocationId3,
this.multiLocationId4,
this.postalCode,
this.streetName,
this.streetNameNe,
this.building,
this.buildingNe,
this.locationName1,
this.locationName2,
this.locationName3,
this.locationName4,
this.locationName5,
this.locationName6,
this.locationName1Ne,
this.locationName2Ne,
this.locationName3Ne,
this.locationName4Ne,
this.locationName5Ne,
this.locationName6Ne,
this.lattitude,
this.longitude,
this.id,
this.defaultAddress,
this.addressIdentifier,
this.rootLocationId,
this.locationCode,
this.locationCode1,
this.locationCode2,
this.locationCode3,
this.locationCode4,
this.locationCode5,
this.locationCode6,
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.addressLine4,
this.billTo,
this.addressDetails,
this.state,
this.stateName,
this.city,
this.cityName,
});