*** # Properties * Full name: `\Seven\Api\Resource\Contacts\Properties` ## Properties ### address ```php protected ?string $address ``` *** ### birthday ```php protected ?\DateTime $birthday ``` *** ### city ```php protected ?string $city ``` *** ### email ```php protected ?string $email ``` *** ### firstname ```php protected ?string $firstname ``` *** ### fullname ```php protected ?string $fullname ``` *** ### homeNumber ```php protected ?string $homeNumber ``` *** ### lastname ```php protected ?string $lastname ``` *** ### mobileNumber ```php protected ?string $mobileNumber ``` *** ### notes ```php protected ?string $notes ``` *** ### postalCode ```php protected ?string $postalCode ``` *** ## Methods ### fromApi ```php public static fromApi(object $obj): \Seven\Api\Resource\Contacts\Properties ``` * This method is **static**. **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$obj` | **object** | | *** ### toPayload ```php public toPayload(): array ``` *** ### getAddress ```php public getAddress(): ?string ``` *** ### setAddress ```php public setAddress(?string $address): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$address` | **?string** | | *** ### getBirthday ```php public getBirthday(): ?\DateTime ``` *** ### setBirthday ```php public setBirthday(?\DateTime $birthday): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$birthday` | **?\DateTime** | | *** ### getCity ```php public getCity(): ?string ``` *** ### setCity ```php public setCity(?string $city): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$city` | **?string** | | *** ### getEmail ```php public getEmail(): ?string ``` *** ### setEmail ```php public setEmail(?string $email): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$email` | **?string** | | *** ### getFirstname ```php public getFirstname(): ?string ``` *** ### setFirstname ```php public setFirstname(?string $firstname): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$firstname` | **?string** | | *** ### getHomeNumber ```php public getHomeNumber(): ?string ``` *** ### setHomeNumber ```php public setHomeNumber(?string $homeNumber): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$homeNumber` | **?string** | | *** ### getLastname ```php public getLastname(): ?string ``` *** ### setLastname ```php public setLastname(?string $lastname): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$lastname` | **?string** | | *** ### getMobileNumber ```php public getMobileNumber(): ?string ``` *** ### setMobileNumber ```php public setMobileNumber(?string $mobileNumber): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$mobileNumber` | **?string** | | *** ### getNotes ```php public getNotes(): ?string ``` *** ### setNotes ```php public setNotes(?string $notes): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$notes` | **?string** | | *** ### getPostalCode ```php public getPostalCode(): ?string ``` *** ### setPostalCode ```php public setPostalCode(?string $postalCode): \Seven\Api\Resource\Contacts\Properties ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$postalCode` | **?string** | | *** ### getFullname ```php public getFullname(): ?string ``` *** *** > Automatically generated on 2025-02-06