BillingAddress constructor

BillingAddress({
  1. String? streetName,
  2. String? postalCode,
  3. String? salesTerritory1,
  4. String? salesTerritory2,
  5. String? salesTerritory3,
  6. String? salesTerritory4,
  7. String? salesTerritory1Name,
  8. String? salesTerritory2Name,
  9. String? salesTerritory3Name,
  10. String? salesTerritory4Name,
  11. String? regionName,
  12. String? regionId,
  13. String? addressType,
  14. String? building,
  15. String? buildingNe,
  16. String? formattedAddress,
  17. String? id,
  18. bool? defaultValue,
  19. bool? defaultAddress,
})

Implementation

BillingAddress(
    {this.streetName,
    this.postalCode,
    this.salesTerritory1,
    this.salesTerritory2,
    this.salesTerritory3,
    this.salesTerritory4,
    this.salesTerritory1Name,
    this.salesTerritory2Name,
    this.salesTerritory3Name,
    this.salesTerritory4Name,
    this.regionName,
    this.regionId,
    this.addressType,
    this.building,
    this.buildingNe,
    this.formattedAddress,
    this.id,
    this.defaultValue,
    this.defaultAddress});