Interfaces, Classes, Traits and Enums
- DomainObjectInterface
Table of Contents
-
$allocationDefaults
: AllocationDefaults
-
$bankName
: string|null
-
$controllingAcct
: string|null
-
$fees
: Fees|null
-
$fingerprint
: string|null
-
$id
: DepositAccountId
-
$label
: string|null
-
$last4
: string|null
-
$locationDefault
: ThubLocationId|null
-
$organizationAccount
: OrganizationAccount
-
$remoteId
: RemoteDepositAccountId|null
-
$remoteSrc
: string|null
-
$status
: string|null
-
$updated
: DateTimeImmutable|null
-
__construct()
: mixed
-
allocationDefaults()
: AllocationDefaults
-
bankName()
: string|null
-
controllingAcct()
: string|null
-
fees()
: Fees|null
-
fingerprint()
: string|null
-
id()
: DepositAccountId
-
label()
: string|null
-
last4()
: string|null
-
locationDefault()
: ThubLocationId|null
-
organizationAccount()
: OrganizationAccount
-
remoteId()
: RemoteDepositAccountId|null
-
remoteSrc()
: string|null
-
status()
: string|null
-
updated()
: DateTimeImmutable|null
$allocationDefaults
private
AllocationDefaults
$allocationDefaults
$bankName
private
string|null
$bankName
$controllingAcct
private
string|null
$controllingAcct
$fees
private
Fees|null
$fees
$fingerprint
private
string|null
$fingerprint
$id
private
DepositAccountId
$id
$label
private
string|null
$label
$last4
private
string|null
$last4
$locationDefault
private
ThubLocationId|null
$locationDefault
$organizationAccount
private
OrganizationAccount
$organizationAccount
$remoteId
private
RemoteDepositAccountId|null
$remoteId
$remoteSrc
private
string|null
$remoteSrc
$status
private
string|null
$status
$updated
private
DateTimeImmutable|null
$updated
__construct()
public
__construct(DepositAccountId $id, string|null $label, string|null $bankName, string|null $status, DateTimeImmutable|null $updated, string|null $remoteSrc, RemoteDepositAccountId|null $remoteId, string|null $controllingAcct, string|null $fingerprint, string|null $last4, ThubLocationId|null $locationDefault, OrganizationAccount $organizationAccount, Fees|null $fees, AllocationDefaults $allocationDefaults) : mixed
Parameters
-
$id
: DepositAccountId
-
-
$label
: string|null
-
-
$bankName
: string|null
-
-
$status
: string|null
-
-
$updated
: DateTimeImmutable|null
-
-
$remoteSrc
: string|null
-
-
$remoteId
: RemoteDepositAccountId|null
-
-
$controllingAcct
: string|null
-
-
$fingerprint
: string|null
-
-
$last4
: string|null
-
-
$locationDefault
: ThubLocationId|null
-
-
$organizationAccount
: OrganizationAccount
-
-
$fees
: Fees|null
-
-
$allocationDefaults
: AllocationDefaults
-
-
codeCoverageIgnore
-
Return values
mixed
—
allocationDefaults()
public
allocationDefaults() : AllocationDefaults
Return values
AllocationDefaults
—
bankName()
public
bankName() : string|null
Return values
string|null
—
controllingAcct()
public
controllingAcct() : string|null
Return values
string|null
—
fees()
public
fees() : Fees|null
Return values
Fees|null
—
fingerprint()
public
fingerprint() : string|null
Return values
string|null
—
id()
public
id() : DepositAccountId
Return values
DepositAccountId
—
label()
public
label() : string|null
Return values
string|null
—
last4()
public
last4() : string|null
Return values
string|null
—
locationDefault()
public
locationDefault() : ThubLocationId|null
Return values
ThubLocationId|null
—
organizationAccount()
public
organizationAccount() : OrganizationAccount
Return values
OrganizationAccount
—
remoteId()
public
remoteId() : RemoteDepositAccountId|null
Return values
RemoteDepositAccountId|null
—
remoteSrc()
public
remoteSrc() : string|null
Return values
string|null
—
status()
public
status() : string|null
Return values
string|null
—
updated()
public
updated() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
—