Table of Contents
-
$allocation_defaults
: stdClass
-
$bank_name
: string
-
$controlling_acct
: string
-
$created
: int
-
$fees
: stdClass
-
$fingerprint
: string
-
$id
: string
-
$label
: string
-
$last4
: string
-
$location_default
: string
-
$organization_account
: stdClass
-
$remote_id
: string
-
$remote_src
: string
-
$status
: string
-
$updated
: int
-
$data
: mixed
-
__call()
: mixed|null
-
__construct()
: mixed
-
__get()
: mixed|null
$allocation_defaults
read-only
public
stdClass
$allocation_defaults
$bank_name
read-only
public
string
$bank_name
$controlling_acct
read-only
public
string
$controlling_acct
$created
read-only
public
int
$created
$fees
read-only
public
stdClass
$fees
$fingerprint
read-only
public
string
$fingerprint
$id
read-only
public
string
$id
$label
read-only
public
string
$label
$last4
read-only
public
string
$last4
$location_default
read-only
public
string
$location_default
$organization_account
read-only
public
stdClass
$organization_account
$remote_id
read-only
public
string
$remote_id
$remote_src
read-only
public
string
$remote_src
$status
read-only
public
string
$status
$updated
read-only
public
int
$updated
$data
private
mixed
$data
__call()
public
__call(string $name, array<string|int, mixed> $id) : mixed|null
Parameters
-
$name
: string
-
-
$id
: array<string|int, mixed>
-
Return values
mixed|null
—
__construct()
public
__construct(stdClass $data) : mixed
Parameters
-
$data
: stdClass
-
-
codeCoverageIgnore
-
Return values
mixed
—
__get()
public
__get(string $name) : mixed|null
Parameters
-
$name
: string
-
Return values
mixed|null
—