class BillingStatusRule extends Message

Properties

string $selector
string[] $allowed_statuses

Methods

static 
descriptor()

No description

boolean
hasSelector()

Check if has a value

string
getSelector()

Get value

setSelector(string $value)

Set value

boolean
hasAllowedStatuses()

Check if has a value

string
getAllowedStatuses(int $idx = NULL)

Get value

setAllowedStatuses($value, $idx = NULL)

Set value

string[]
getAllowedStatusesList()

Get all elements of

addAllowedStatuses(string $value)

Add a new element to

Details

at line line 178
static descriptor()

at line line 210
boolean hasSelector()

Check if has a value

Return Value

boolean

at line line 219
BillingStatusRule clearSelector()

Clear value

Return Value

BillingStatusRule

at line line 228
string getSelector()

Get value

Return Value

string

at line line 238
BillingStatusRule setSelector(string $value)

Set value

Parameters

string $value

Return Value

BillingStatusRule

at line line 247
boolean hasAllowedStatuses()

Check if has a value

Return Value

boolean

at line line 256
BillingStatusRule clearAllowedStatuses()

Clear value

Return Value

BillingStatusRule

at line line 266
string getAllowedStatuses(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

string

at line line 276
BillingStatusRule setAllowedStatuses($value, $idx = NULL)

Set value

Parameters

$value
$idx

Return Value

BillingStatusRule

at line line 285
string[] getAllowedStatusesList()

Get all elements of

Return Value

string[]

at line line 295
BillingStatusRule addAllowedStatuses(string $value)

Add a new element to

Parameters

string $value

Return Value

BillingStatusRule