OrganizationAccount
in package
implements
DomainObjectInterface
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $country : string
- $currency : string
- $drupalId : LegacyOrganizationAccountId
- $id : OrganizationAccountId
- $isBlocked : bool
- $payoutSchedule : PayoutSchedule
- $remoteId : RemoteOrganizationAccountId
- $remoteSrc : string
- $status : string
- $upcomingUpdates : bool
- __construct() : mixed
- country() : string
- currency() : string
- drupalId() : LegacyOrganizationAccountId
- id() : OrganizationAccountId
- isBlocked() : bool
- payoutSchedule() : PayoutSchedule
- remoteId() : RemoteOrganizationAccountId
- remoteSrc() : string
- status() : string
- upcomingUpdates() : bool
Properties
$country
private
string
$country
Tags
$currency
private
string
$currency
Tags
$drupalId
private
LegacyOrganizationAccountId
$drupalId
Tags
$id
private
OrganizationAccountId
$id
Tags
$isBlocked
private
bool
$isBlocked
Tags
$payoutSchedule
private
PayoutSchedule
$payoutSchedule
Tags
$remoteId
private
RemoteOrganizationAccountId
$remoteId
Tags
$remoteSrc
private
string
$remoteSrc
Tags
$status
private
string
$status
Tags
$upcomingUpdates
private
bool
$upcomingUpdates
Tags
Methods
__construct()
public
__construct(OrganizationAccountId $id, string $country, string $currency, LegacyOrganizationAccountId $drupalId, bool $isBlocked, PayoutSchedule $payoutSchedule, RemoteOrganizationAccountId $remoteId, string $remoteSrc, string $status, bool $upcomingUpdates) : mixed
Parameters
- $id : OrganizationAccountId
- $country : string
- $currency : string
- $drupalId : LegacyOrganizationAccountId
- $isBlocked : bool
- $payoutSchedule : PayoutSchedule
- $remoteId : RemoteOrganizationAccountId
- $remoteSrc : string
- $status : string
- $upcomingUpdates : bool
Tags
Return values
mixed —country()
public
country() : string
Return values
string —currency()
public
currency() : string
Return values
string —drupalId()
public
drupalId() : LegacyOrganizationAccountId
Return values
LegacyOrganizationAccountId —id()
public
id() : OrganizationAccountId
Return values
OrganizationAccountId —isBlocked()
public
isBlocked() : bool
Return values
bool —payoutSchedule()
public
payoutSchedule() : PayoutSchedule
Return values
PayoutSchedule —remoteId()
public
remoteId() : RemoteOrganizationAccountId
Return values
RemoteOrganizationAccountId —remoteSrc()
public
remoteSrc() : string
Return values
string —status()
public
status() : string
Return values
string —upcomingUpdates()
public
upcomingUpdates() : bool