class Account

Class Account

Methods

integer
getId()

Get id

setBusinessAccount(string $businessAccount)

Set Business Account

string
getBusinessAccount()

Get Business Account

setAPIUsername(string $APIUsername)

Set aPI Username

string
getAPIUsername()

Get aPIUsername

setAPIPassword(string $aPIPassword)

Set aPIPassword

string
getAPIPassword()

Get aPIPassword

setAPISignature(string $aPISignature)

Set aPISignature

string
getAPISignature()

Get aPISignature

setId(int $id)

No description

Details

at line 64
integer getId()

Get id

Return Value

integer

at line 76
Account setBusinessAccount(string $businessAccount)

Set Business Account

Parameters

string $businessAccount

Return Value

Account

at line 88
string getBusinessAccount()

Get Business Account

Return Value

string

at line 100
Account setAPIUsername(string $APIUsername)

Set aPI Username

Parameters

string $APIUsername

Return Value

Account

at line 112
string getAPIUsername()

Get aPIUsername

Return Value

string

at line 124
Account setAPIPassword(string $aPIPassword)

Set aPIPassword

Parameters

string $aPIPassword

Return Value

Account

at line 136
string getAPIPassword()

Get aPIPassword

Return Value

string

at line 148
Account setAPISignature(string $aPISignature)

Set aPISignature

Parameters

string $aPISignature

Return Value

Account

at line 160
string getAPISignature()

Get aPISignature

Return Value

string

at line 168
setId(int $id)

Parameters

int $id