--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # Address An address is used across the Medusa backend within other schemas and object types. For example, a customer's billing and shipping addresses both use the Address entity. ## Constructors ### constructor `**new Address**()` An address is used across the Medusa backend within other schemas and object types. For example, a customer's billing and shipping addresses both use the Address entity. ## Properties `", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "phone", "type": "``null`` \\| `string`", "description": "Phone Number", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "postal_code", "type": "``null`` \\| `string`", "description": "Postal Code", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "province", "type": "``null`` \\| `string`", "description": "Province", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ]} /> ## Methods ### beforeInsert `Private **beforeInsert**(): void` #### Returns `void`