TTMSFNCCloudShopifyAddress Class
Represents a postal address as returned by the store, such as an order billing or shipping address, a line item origin location, or the shop address. All values are read-only and populated from the service response.
API unit family: TMSFNCCloudShopify
Inherits from: TPersistent
Syntax
TTMSFNCCloudShopifyAddress = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AddressLine1 | The first line of the street address. |
| AddressLine2 | The second line of the street address, such as a suite or unit. |
| City | The city or locality of the address. |
| Company | The company name associated with the address. |
| Country | The country of the address. |
| FirstName | The first name of the contact at the address. |
| ID | The unique identifier of the address or location. |
| LastName | The last name of the contact at the address. |
| Name | The full name associated with the address. |
| Province | The province, state, or region of the address. |
| Zip | The postal or ZIP code of the address. |