- property string $kind The type of street address for the contact. Valid values are home, work, or other.
- property string $street The number and street of the contact's address.
- property string $city The name of the city for the contact's address.
- property string $state The name of the state or province for the contact's address.
- property string $postal_code The zip or postal code for the contact's address.
- property string $country The name of the country for the contact's address.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['kind' => 'string', 'street' => 'string', 'city' => 'string', 'state' => 'string', 'postal_code' => 'string', 'country' => 'string'] |
protected static array $maxLength = ['street' => 255, 'city' => 50, 'state' => 50, 'postal_code' => 50, 'country' => 50] |
Properties |
protected static array $fields = ['kind' => 'string', 'street' => 'string', 'city' => 'string', 'state' => 'string', 'postal_code' => 'string', 'country' => 'string'] |
protected static array $maxLength = ['street' => 255, 'city' => 50, 'state' => 50, 'postal_code' => 50, 'country' => 50] |