Sage Intacct SDK for PHP
AbstractStatisticalJournalEntryLine Class Reference
Inheritance diagram for AbstractStatisticalJournalEntryLine:
AbstractGlEntry StatisticalJournalEntryLineCreate

Public Member Functions

 getStatAccountNumber ()
 
 setStatAccountNumber ($statAccountNumber)
 
 getAmount ()
 
 setAmount ($amount)
 
- Public Member Functions inherited from AbstractGlEntry
 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getAllocationId ()
 
 setAllocationId ($allocationId)
 
 getMemo ()
 
 setMemo ($memo)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getTaskId ()
 
 setTaskId ($taskId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getCustomAllocationSplits ()
 
 setCustomAllocationSplits ($customAllocationSplits)
 
 writeXml (XMLWriter &$xml)
 

Protected Attributes

 $statAccountNumber
 
 $amount
 
- Protected Attributes inherited from AbstractGlEntry
 $documentNumber
 
 $allocationId
 
 $memo
 
 $departmentId
 
 $locationId
 
 $projectId
 
 $taskId
 
 $customerId
 
 $vendorId
 
 $employeeId
 
 $itemId
 
 $classId
 
 $contractId
 
 $warehouseId
 
 $customAllocationSplits = []
 

Additional Inherited Members

- Data Fields inherited from AbstractGlEntry
const CUSTOM_ALLOCATION_ID = 'Custom'
 

Member Function Documentation

◆ getAmount()

getAmount ( )
Returns
float|int|string

◆ getStatAccountNumber()

getStatAccountNumber ( )
Returns
string

◆ setAmount()

setAmount (   $amount)
Parameters
float | int | string$amount

◆ setStatAccountNumber()

setStatAccountNumber (   $statAccountNumber)
Parameters
string$statAccountNumber

Field Documentation

◆ $amount

$amount
protected

◆ $statAccountNumber

$statAccountNumber
protected