freshbooks-php-sdk

BusinessAddress

The address of the business.

Tags
link
https://www.freshbooks.com/api/identity_model

Table of Contents

Properties

$city  : string|null
$country  : string|null
$id  : int|null
$postalCode  : string|null
$province  : string|null
$street  : string|null

Methods

__construct()  : mixed

Properties

$country

public string|null $country

Country for address of business.

$postalCode

public string|null $postalCode

Postal/ZIP code for address of business.

$province

public string|null $province

Province/state for address of business.

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []
On this page

Search results