Documentation

OrganizationAccount
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

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

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

Search results