BConnect Business - Reference PHP

BusinessDto
in package

Table of Contents

Properties

$activity_sector  : string|null
$address  : string|null
$city  : string|null
$country  : string|null
$email  : string|null
$id  : int|null
$name  : string|null
$phone_number  : string|null
$postal_code  : string|null

Properties

$activity_sector

public string|null $activity_sector = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'activitySector'

$address

public string|null $address = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'address'

$city

public string|null $city = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'city'

$country

public string|null $country = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'country'

$email

public string|null $email = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'email'

$id

public int|null $id = null
Attributes
#[Groups]
['read', 'write']

$name

public string|null $name = null
Attributes
#[Groups]
['read', 'write']

$phone_number

public string|null $phone_number = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'phoneNumber'

$postal_code

public string|null $postal_code = null
Attributes
#[Groups]
['read', 'write']
#[SerializedName]
'postalCode'
On this page

Search results