Sage Intacct SDK for PHP
|
Public Member Functions | |
getAllocationId () | |
setAllocationId ($allocationId) | |
getDescription () | |
setDescription ($description) | |
getDocumentNo () | |
setDocumentNo ($documentNo) | |
getAllocateBy () | |
setAllocateBy ($allocateBy) | |
getAttachmentsId () | |
setAttachmentsId ($attachmentsId) | |
isActive () | |
setActive ($active) | |
getLines () | |
setLines (array $lines) | |
Public Member Functions inherited from AbstractFunction | |
getControlId () | |
setControlId (string $controlId='') | |
__construct (string $controlId='') | |
writeXml (XMLWriter &$xml) | |
getControlId () | |
setControlId (string $controlId) | |
writeXml (XMLWriter &$xml) | |
Data Fields | |
const | ALLOCATE_BY_PERCENTAGE = 'Percentage' |
const | ALLOCATE_BY_ABSOLUTE = 'Absolute' |
Additional Inherited Members | |
Protected Attributes inherited from AbstractFunction | |
$controlId = '' | |
getAllocateBy | ( | ) |
Get allocate by
getAllocationId | ( | ) |
Get allocation ID
getAttachmentsId | ( | ) |
Get attachments ID
getDescription | ( | ) |
Get description
getDocumentNo | ( | ) |
Get document number
getLines | ( | ) |
Get allocation lines
isActive | ( | ) |
Get active
setActive | ( | $active | ) |
Set active
bool | $active |
setAllocateBy | ( | $allocateBy | ) |
Set allocate by
string | $allocateBy |
setAllocationId | ( | $allocationId | ) |
Set allocation ID
string | $allocationId |
setAttachmentsId | ( | $attachmentsId | ) |
Set attachments ID
string | $attachmentsId |
setDescription | ( | $description | ) |
Set description
string | $description |
setDocumentNo | ( | $documentNo | ) |
Set document number
string | $documentNo |
setLines | ( | array | $lines | ) |
Set allocation lines
AbstractAllocationLine[] | $lines |
const ALLOCATE_BY_ABSOLUTE = 'Absolute' |
const ALLOCATE_BY_PERCENTAGE = 'Percentage' |