FinancialAccount
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $appCustomerLocalFingerprint : string|null
- $appLocalFingerprint : string|null
- $archivedAt : string|null
- $bankAccount : FinancialAccountBank|null
- $createdAt : string
- $currency : string
- $customData : array<string, string>|null
- $description : string|null
- $disconnectedAt : string|null
- $doshAccount : array<string, mixed>|null
- $id : string
- $institution : FinancialInstitution|null
- $label : string|null
- $owner : FinancialAccountOwner|null
- $pullConfiguration : FinancialAccountPullConfiguration|null
- $pushConfiguration : FinancialAccountPushConfiguration|null
- $reference : string|null
- $supplied : ResourceSupply|null
- $type : string
- $universalFingerprint : string|null
- $verification : array<string, mixed>|null
- $wallet : FinancialAccountWallet|null
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$appCustomerLocalFingerprint read-only
public
string|null
$appCustomerLocalFingerprint
$appLocalFingerprint read-only
public
string|null
$appLocalFingerprint
$archivedAt read-only
public
string|null
$archivedAt
$bankAccount read-only
public
FinancialAccountBank|null
$bankAccount
$createdAt read-only
public
string
$createdAt
$currency read-only
public
string
$currency
$customData read-only
public
array<string, string>|null
$customData
$description read-only
public
string|null
$description
$disconnectedAt read-only
public
string|null
$disconnectedAt
$doshAccount read-only
public
array<string, mixed>|null
$doshAccount
$id read-only
public
string
$id
$institution read-only
public
FinancialInstitution|null
$institution
$label read-only
public
string|null
$label
$owner read-only
public
FinancialAccountOwner|null
$owner
$pullConfiguration read-only
public
FinancialAccountPullConfiguration|null
$pullConfiguration
$pushConfiguration read-only
public
FinancialAccountPushConfiguration|null
$pushConfiguration
$reference read-only
public
string|null
$reference
$supplied read-only
public
ResourceSupply|null
$supplied
$type read-only
public
string
$type
$universalFingerprint read-only
public
string|null
$universalFingerprint
$verification read-only
public
array<string, mixed>|null
$verification
$wallet read-only
public
FinancialAccountWallet|null
$wallet
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
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
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>