class BillingAccount extends Model (View source)

Properties

string $displayName
string $masterBillingAccount
string $name
bool $open
string $parent

Methods

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setMasterBillingAccount($masterBillingAccount)

No description

string
getMasterBillingAccount()

No description

setName($name)

No description

string
getName()

No description

setOpen($open)

No description

bool
getOpen()

No description

setParent($parent)

No description

string
getParent()

No description

Details

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setMasterBillingAccount($masterBillingAccount)

No description

Parameters

$masterBillingAccount

string getMasterBillingAccount()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setOpen($open)

No description

Parameters

$open

bool getOpen()

No description

Return Value

bool

setParent($parent)

No description

Parameters

$parent

string getParent()

No description

Return Value

string