Skip to main content

Partial_CompanyRegistrationInfo


Partial_CompanyRegistrationInfo

Properties

alias

public string|null $alias

businessCategory

public \Onslip360\API\Company\Category|null|\Onslip360\Nil $businessCategory

city

public string|null $city

currency

public string|null|\Onslip360\Nil $currency

locale

public string|null|\Onslip360\Nil $locale

name

public string|null $name

orgNumber

public string|null $orgNumber

phoneNumber

public string|null $phoneNumber

registrationType

public \Onslip360\API\Company\RegistrationType|null|\Onslip360\Nil $registrationType

street

public string|null $street

timeZone

public string|null|\Onslip360\Nil $timeZone

zipCode

public string|null $zipCode

Methods

__construct

public __construct(string|null $alias = null, \Onslip360\API\Company\Category|null|\Onslip360\Nil $businessCategory = null, string|null $city = null, string|null|\Onslip360\Nil $currency = null, string|null|\Onslip360\Nil $locale = null, string|null $name = null, string|null $orgNumber = null, string|null $phoneNumber = null, \Onslip360\API\Company\RegistrationType|null|\Onslip360\Nil $registrationType = null, string|null $street = null, string|null|\Onslip360\Nil $timeZone = null, string|null $zipCode = null): mixed

Parameters:

ParameterTypeDescription
$aliasstring|null
$businessCategory\Onslip360\API\Company\Category|null|\Onslip360\Nil
$citystring|null
$currencystring|null|\Onslip360\Nil
$localestring|null|\Onslip360\Nil
$namestring|null
$orgNumberstring|null
$phoneNumberstring|null
$registrationType\Onslip360\API\Company\RegistrationType|null|\Onslip360\Nil
$streetstring|null
$timeZonestring|null|\Onslip360\Nil
$zipCodestring|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05