Partial_CompanyRegistrationInfo
Partial_CompanyRegistrationInfo
- Full name:
\Onslip360\API\Partial_CompanyRegistrationInfo
- Parent class:
\Onslip360\Onslip360Object
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:
Parameter | Type | Description |
---|---|---|
$alias | string|null | |
$businessCategory | \Onslip360\API\Company\Category|null|\Onslip360\Nil | |
$city | string|null | |
$currency | string|null|\Onslip360\Nil | |
$locale | string|null|\Onslip360\Nil | |
$name | string|null | |
$orgNumber | string|null | |
$phoneNumber | string|null | |
$registrationType | \Onslip360\API\Company\RegistrationType|null|\Onslip360\Nil | |
$street | string|null | |
$timeZone | string|null|\Onslip360\Nil | |
$zipCode | string|null |
Inherited methods
getExtended
public getExtended(string $name): string|null|\Onslip360\Nil
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
setExtended
public setExtended(string $name, string|null|\Onslip360\Nil $value): static
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string|null|\Onslip360\Nil |
fromJson
public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string|array|\JsonSerializable|\stdClass |
fromJsonArray
public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string[]|array[]|\JsonSerializable[]|\stdClass[] |
jsonSerialize
public jsonSerialize(): array|object
Automatically generated on 2024-11-05