Sage Intacct SDK for PHP
AbstractOtherReceiptLine Class Reference
Inheritance diagram for AbstractOtherReceiptLine:
OtherReceiptLineCreate

Public Member Functions

 getAccountLabel ()
 
 setAccountLabel ($accountLabel)
 
 getGlAccountNumber ()
 
 setGlAccountNumber ($glAccountNumber)
 
 getTransactionAmount ()
 
 setTransactionAmount ($transactionAmount)
 
 getMemo ()
 
 setMemo ($memo)
 
 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)
 

Protected Attributes

 $accountLabel
 
 $glAccountNumber
 
 $transactionAmount
 
 $memo
 
 $departmentId
 
 $locationId
 
 $projectId
 
 $customerId
 
 $vendorId
 
 $employeeId
 
 $itemId
 
 $classId
 
 $contractId
 
 $warehouseId
 

Member Function Documentation

◆ getAccountLabel()

getAccountLabel ( )

Get account label

Returns
string

◆ getClassId()

getClassId ( )

Get class ID

Returns
string

◆ getContractId()

getContractId ( )

Get contract ID

Returns
string

◆ getCustomerId()

getCustomerId ( )

Get customer ID

Returns
string

◆ getDepartmentId()

getDepartmentId ( )

Get department ID

Returns
string

◆ getEmployeeId()

getEmployeeId ( )

Get employee ID

Returns
string

◆ getGlAccountNumber()

getGlAccountNumber ( )

Get GL account number

Returns
string

◆ getItemId()

getItemId ( )

Get item ID

Returns
string

◆ getLocationId()

getLocationId ( )

Get location ID

Returns
string

◆ getMemo()

getMemo ( )

Get memo

Returns
string

◆ getProjectId()

getProjectId ( )

Get project ID

Returns
string

◆ getTransactionAmount()

getTransactionAmount ( )

Get transaction amount

Returns
float|string

◆ getVendorId()

getVendorId ( )

Get vendor ID

Returns
string

◆ getWarehouseId()

getWarehouseId ( )

Get warehouse ID

Returns
string

◆ setAccountLabel()

setAccountLabel (   $accountLabel)

Set account label

Parameters
string$accountLabel

◆ setClassId()

setClassId (   $classId)

Set class ID

Parameters
string$classId

◆ setContractId()

setContractId (   $contractId)

Set contract ID

Parameters
string$contractId

◆ setCustomerId()

setCustomerId (   $customerId)

Set customer ID

Parameters
string$customerId

◆ setDepartmentId()

setDepartmentId (   $departmentId)

Set department ID

Parameters
string$departmentId

◆ setEmployeeId()

setEmployeeId (   $employeeId)

Set employee ID

Parameters
string$employeeId

◆ setGlAccountNumber()

setGlAccountNumber (   $glAccountNumber)

Set GL account number

Parameters
string$glAccountNumber

◆ setItemId()

setItemId (   $itemId)

Set item ID

Parameters
string$itemId

◆ setLocationId()

setLocationId (   $locationId)

Set location ID

Parameters
string$locationId

◆ setMemo()

setMemo (   $memo)

Set memo

Parameters
string$memo

◆ setProjectId()

setProjectId (   $projectId)

Set project ID

Parameters
string$projectId

◆ setTransactionAmount()

setTransactionAmount (   $transactionAmount)

Set transaction amount

Parameters
float | string$transactionAmount

◆ setVendorId()

setVendorId (   $vendorId)

Set vendor ID

Parameters
string$vendorId

◆ setWarehouseId()

setWarehouseId (   $warehouseId)

Set warehouse ID

Parameters
string$warehouseId

◆ writeXml()

writeXml ( XMLWriter $xml)
abstract

Reimplemented in OtherReceiptLineCreate.

Field Documentation

◆ $accountLabel

$accountLabel
protected

◆ $classId

$classId
protected

◆ $contractId

$contractId
protected

◆ $customerId

$customerId
protected

◆ $departmentId

$departmentId
protected

◆ $employeeId

$employeeId
protected

◆ $glAccountNumber

$glAccountNumber
protected

◆ $itemId

$itemId
protected

◆ $locationId

$locationId
protected

◆ $memo

$memo
protected

◆ $projectId

$projectId
protected

◆ $transactionAmount

$transactionAmount
protected

◆ $vendorId

$vendorId
protected

◆ $warehouseId

$warehouseId
protected