Sage Intacct SDK for PHP
AllocationUpdate Class Reference
Inheritance diagram for AllocationUpdate:
AbstractAllocation AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractAllocation
 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)
 

Additional Inherited Members

- Data Fields inherited from AbstractAllocation
const ALLOCATE_BY_PERCENTAGE = 'Percentage'
 
const ALLOCATE_BY_ABSOLUTE = 'Absolute'
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Update an existing allocation record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.