Inttegro PHP SDK

CountrySpecification extends DomainValue
in package

FinalYes

Immutable base for Inttegro domain values.

Table of Contents

Properties

$banks  : CountryBankDirectory|null
$btAgingSpecs  : array<int, string>
$countryCode  : string
$countryName  : string
$currencies  : array<int, string>
$financialAccountTypes  : array<int, string>
$idDocumentTypes  : array<int, string>
$legalEntityTypes  : array<int, string>
$paymentMethods  : array<int, string>
$payoutSchedules  : array<int, string>

Methods

__construct()  : mixed
__get()  : mixed
__isset()  : bool
fromArray()  : static
jsonSerialize()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : array<string, mixed>

Properties

$btAgingSpecs read-only

public array<int, string> $btAgingSpecs

$countryCode read-only

public string $countryCode

$countryName read-only

public string $countryName

$currencies read-only

public array<int, string> $currencies

$financialAccountTypes read-only

public array<int, string> $financialAccountTypes

$idDocumentTypes read-only

public array<int, string> $idDocumentTypes

$legalEntityTypes read-only

public array<int, string> $legalEntityTypes

$paymentMethods read-only

public array<int, string> $paymentMethods

$payoutSchedules read-only

public array<int, string> $payoutSchedules

Methods

__construct()

public __construct(array<string, mixed> $data) : mixed
Parameters
$data : array<string, mixed>

__get()

public __get(string $name) : mixed
Parameters
$name : string

__isset()

public __isset(string $name) : bool
Parameters
$name : string
Return values
bool

fromArray()

public static fromArray(array<string, mixed> $data) : static
Parameters
$data : array<string, mixed>
Return values
static

jsonSerialize()

public jsonSerialize() : mixed

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

toArray()

public toArray() : array<string, mixed>
Return values
array<string, mixed>
On this page

Search results