Documentation

DepositAccount
in package
implements DomainObjectInterface

Tags

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

Properties

Methods

__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
Tags
codeCoverageIgnore
Return values
mixed

bankName()

public bankName() : string|null
Return values
string|null

controllingAcct()

public controllingAcct() : string|null
Return values
string|null

fingerprint()

public fingerprint() : string|null
Return values
string|null

label()

public label() : string|null
Return values
string|null

last4()

public last4() : string|null
Return values
string|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

Search results