Table of Contents
-
$country
: string
-
$currency
: string
-
$drupal_id
: string
-
$id
: string
-
$is_blocked
: bool
-
$payout_schedule
: array<string|int, mixed>
-
$remote_id
: string
-
$remote_src
: string
-
$status
: string
-
$upcoming_updates
: bool
-
$data
: mixed
-
__call()
: mixed|null
-
__construct()
: mixed
-
__get()
: mixed|null
$country
read-only
public
string
$country
$currency
read-only
public
string
$currency
$drupal_id
read-only
public
string
$drupal_id
$id
read-only
public
string
$id
$is_blocked
read-only
public
bool
$is_blocked
$payout_schedule
read-only
public
array<string|int, mixed>
$payout_schedule
$remote_id
read-only
public
string
$remote_id
$remote_src
read-only
public
string
$remote_src
$status
read-only
public
string
$status
$upcoming_updates
read-only
public
bool
$upcoming_updates
$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
—