## The ShippingAddress object The `ShippingAddress` object describes a shipping address collected with a [PaymentRequest](/js/payment_request/create.md). - `country` (string) Two-letter country code, capitalized. Valid two-letter country codes are specified by ISO3166 alpha-2. - `addressLine` (array) An array of address line items. For example, `185 Berry St.`, `Suite 500`, `P.O. Box 12345`, etc. - `region` (string) The most coarse subdivision of a country. Depending on the country, this might correspond to a state, a province, an oblast, a prefecture, or something else along these lines. - `city` (string) The name of a city, town, village, etc. - `postalCode` (string) The postal code or ZIP code, also known as PIN code in India. - `recipient` (string) The name of the recipient. This might be a person, a business name, or contain “care of” (c/o) instructions. - `phone` (string) The phone number of the recipient. Note that this might be different from any phone number you collect with [`requestPayerPhone`](#payment_request_create-options-requestPayerPhone). - `sortingCode` (string) The sorting code as used in, for example, France. Not present on Apple platforms. - `dependentLocality` (string) A logical subdivision of a city. Can be used for things like neighborhoods, boroughs, districts, or UK dependent localities. Not present on Apple platforms.