- property string $address_line1 Line 1 of the organization's street address.
- property string $address_line2 Line 2 of the organization's street address.
- property string $address_line3 Line 3 of the organization's street address.
- property string $address_optional An optional address field for the organization. Only format_type 3, 4, and 5 can use this property.
- property string $city The city where the organization sending the email campaign is located.
- property string $country_code The uppercase two letter ISO 3166-1 code for the organization's country.
- property string $country_name The full name of the country where the organization sending the email is located. Automatically generated using the country_code.
- property string $organization_name The name of the organization that is sending the email campaign.
- property string $postal_code The postal code address (ZIP code) of the organization.
- property string $state_code The uppercase two letter ISO 3166-1 code for the organization's state. This property is required if the country_code is US (United States).
- property string $state_name The full state name for a state_code that is inside the United States. Automatically generated using the state_code.
- property string $state_non_us_name The full state name for a state_code that is outside the United States. This property is not read only.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['address_line1' => 'string', 'address_line2' => 'string', 'address_line3' => 'string', 'address_optional' => 'string', 'city' => 'string', 'country_code' => 'string', 'country_name' => 'string', 'organization_name' => 'string', 'postal_code' => 'string', 'state_code' => 'string', 'state_name' => 'string', 'state_non_us_name' => 'string'] |
Properties |
protected static array $fields = ['address_line1' => 'string', 'address_line2' => 'string', 'address_line3' => 'string', 'address_optional' => 'string', 'city' => 'string', 'country_code' => 'string', 'country_name' => 'string', 'organization_name' => 'string', 'postal_code' => 'string', 'state_code' => 'string', 'state_name' => 'string', 'state_non_us_name' => 'string'] |