Skip to main content

Partial_Company


Partial_Company

Properties

address

public string|null $address

alias

public string|null $alias

businessCategory

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

currency

public string|null|\Onslip360\Nil $currency

deleted

public string|null|\Onslip360\Nil $deleted

derivationBaseKey

public string|null|\Onslip360\Nil $derivationBaseKey

email

public string|null|\Onslip360\Nil $email

feature

public \Onslip360\API\Partial_CompanyFeature|null|\Onslip360\Nil $feature

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

reseller

public int|null|\Onslip360\Nil $reseller

resellerParams

public \Onslip360\API\Partial_ResellerParams|null|\Onslip360\Nil $resellerParams

salesBreakpointHour

public int|null|\Onslip360\Nil $salesBreakpointHour

secondaryLocale

public string|null|\Onslip360\Nil $secondaryLocale

tags

public array|null|\Onslip360\Nil $tags

terminated

public string|null|\Onslip360\Nil $terminated

timeZone

public string|null|\Onslip360\Nil $timeZone

type

public \Onslip360\API\Company\Type|null|\Onslip360\Nil $type

webAddress

public string|null|\Onslip360\Nil $webAddress

Methods

__construct

public __construct(string|null $address = null, string|null $alias = null, \Onslip360\API\Company\Category|null|\Onslip360\Nil $businessCategory = null, string|null|\Onslip360\Nil $currency = null, string|null|\Onslip360\Nil $deleted = null, string|null|\Onslip360\Nil $derivationBaseKey = null, string|null|\Onslip360\Nil $email = null, \Onslip360\API\Partial_CompanyFeature|null|\Onslip360\Nil $feature = 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, int|null|\Onslip360\Nil $reseller = null, \Onslip360\API\Partial_ResellerParams|null|\Onslip360\Nil $resellerParams = null, int|null|\Onslip360\Nil $salesBreakpointHour = null, string|null|\Onslip360\Nil $secondaryLocale = null, string[]|null|\Onslip360\Nil $tags = null, string|null|\Onslip360\Nil $terminated = null, string|null|\Onslip360\Nil $timeZone = null, \Onslip360\API\Company\Type|null|\Onslip360\Nil $type = null, string|null|\Onslip360\Nil $webAddress = null): mixed

Parameters:

ParameterTypeDescription
$addressstring|null
$aliasstring|null
$businessCategory\Onslip360\API\Company\Category|null|\Onslip360\Nil
$currencystring|null|\Onslip360\Nil
$deletedstring|null|\Onslip360\Nil
$derivationBaseKeystring|null|\Onslip360\Nil
$emailstring|null|\Onslip360\Nil
$feature\Onslip360\API\Partial_CompanyFeature|null|\Onslip360\Nil
$localestring|null|\Onslip360\Nil
$namestring|null
$orgNumberstring|null
$phoneNumberstring|null
$registrationType\Onslip360\API\Company\RegistrationType|null|\Onslip360\Nil
$resellerint|null|\Onslip360\Nil
$resellerParams\Onslip360\API\Partial_ResellerParams|null|\Onslip360\Nil
$salesBreakpointHourint|null|\Onslip360\Nil
$secondaryLocalestring|null|\Onslip360\Nil
$tagsstring[]|null|\Onslip360\Nil
$terminatedstring|null|\Onslip360\Nil
$timeZonestring|null|\Onslip360\Nil
$type\Onslip360\API\Company\Type|null|\Onslip360\Nil
$webAddressstring|null|\Onslip360\Nil

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