Sage Intacct SDK for PHP
AllocationLine Class Reference
Inheritance diagram for AllocationLine:
AbstractAllocationLine

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractAllocationLine
 getAmount ()
 
 setAmount ($amount)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 writeXml (XMLWriter &$xml)
 

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the ALLOCATIONENTRY block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractAllocationLine.