Property | Type | Description | |
---|---|---|---|
$customFieldValues | BaseCustomFieldValue[] | ||
$id | integer | ||
$isArchived | boolean | ||
$lastModifiedDateTime | DateTime | ||
$name | string | ||
$notes | string | ||
$rateCardIds | integer[] | ||
$status | tnsProductPackageStatus |
Method | Description | |
---|---|---|
__construct ( $id = null, $name = null, $notes = null, $status = null, $isArchived = null, $rateCardIds = null, $customFieldValues = null, $lastModifiedDateTime = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $id = null, $name = null, $notes = null, $status = null, $isArchived = null, $rateCardIds = null, $customFieldValues = null, $lastModifiedDateTime = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public BaseCustomFieldValue[] $customFieldValues | ||
return | BaseCustomFieldValue[] |