Address constructor

Address({
  1. dynamic addressType,
  2. String? locationId1,
  3. String? locationId2,
  4. String? locationId3,
  5. String? locationId4,
  6. dynamic locationId5,
  7. dynamic locationId6,
  8. dynamic multiLocationId1,
  9. dynamic multiLocationId2,
  10. dynamic multiLocationId3,
  11. dynamic multiLocationId4,
  12. int? postalCode,
  13. String? streetName,
  14. dynamic streetNameNe,
  15. String? building,
  16. String? buildingNe,
  17. String? locationName1,
  18. String? locationName2,
  19. String? locationName3,
  20. String? locationName4,
  21. dynamic locationName5,
  22. dynamic locationName6,
  23. dynamic locationName1Ne,
  24. dynamic locationName2Ne,
  25. dynamic locationName3Ne,
  26. dynamic locationName4Ne,
  27. dynamic locationName5Ne,
  28. dynamic locationName6Ne,
  29. String? lattitude,
  30. String? longitude,
  31. dynamic id,
  32. bool? defaultAddress,
  33. dynamic addressIdentifier,
  34. dynamic rootLocationId,
  35. dynamic locationCode,
  36. dynamic locationCode1,
  37. dynamic locationCode2,
  38. dynamic locationCode3,
  39. dynamic locationCode4,
  40. dynamic locationCode5,
  41. dynamic locationCode6,
  42. dynamic addressLine1,
  43. dynamic addressLine2,
  44. dynamic addressLine3,
  45. dynamic addressLine4,
  46. bool? billTo,
  47. dynamic addressDetails,
  48. dynamic state,
  49. dynamic stateName,
  50. dynamic city,
  51. dynamic cityName,
})

Implementation

Address({
  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,
});