Sage Intacct SDK for PHP
AbstractPurchasingTransactionLine Class Reference
Inheritance diagram for AbstractPurchasingTransactionLine:
PurchasingTransactionLineCreate PurchasingTransactionLineUpdate

Public Member Functions

 getItemId ()
 
 setItemId ($itemId)
 
 getItemDescription ()
 
 setItemDescription ($itemDescription)
 
 isTaxable ()
 
 setTaxable ($taxable)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getQuantity ()
 
 setQuantity ($quantity)
 
 getUnit ()
 
 setUnit ($unit)
 
 getPrice ()
 
 setPrice ($price)
 
 getOverrideTaxAmount ()
 
 setOverrideTaxAmount ($overrideTaxAmount)
 
 getTax ()
 
 setTax ($tax)
 
 getMemo ()
 
 setMemo ($memo)
 
 isForm1099 ()
 
 setForm1099 ($form1099)
 
 isBillable ()
 
 setBillable ($billable)
 
 getItemDetails ()
 
 setItemDetails ($itemDetails)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 writeXml (XMLWriter &$xml)
 

Protected Attributes

 $itemId
 
 $itemDescription
 
 $taxable
 
 $warehouseId
 
 $quantity
 
 $unit
 
 $price
 
 $overrideTaxAmount
 
 $tax
 
 $memo
 
 $form1099
 
 $billable
 
 $itemDetails = []
 
 $departmentId
 
 $locationId
 
 $projectId
 
 $customerId
 
 $vendorId
 
 $employeeId
 
 $classId
 
 $contractId
 

Member Function Documentation

◆ getClassId()

getClassId ( )
Returns
string

◆ getContractId()

getContractId ( )
Returns
string

◆ getCustomerId()

getCustomerId ( )
Returns
string

◆ getDepartmentId()

getDepartmentId ( )
Returns
string

◆ getEmployeeId()

getEmployeeId ( )
Returns
string

◆ getItemDescription()

getItemDescription ( )
Returns
string

◆ getItemDetails()

getItemDetails ( )
Returns
AbstractTransactionItemDetail[]

◆ getItemId()

getItemId ( )
Returns
string

◆ getLocationId()

getLocationId ( )
Returns
string

◆ getMemo()

getMemo ( )
Returns
string

◆ getOverrideTaxAmount()

getOverrideTaxAmount ( )
Returns
string

◆ getPrice()

getPrice ( )
Returns
string

◆ getProjectId()

getProjectId ( )
Returns
string

◆ getQuantity()

getQuantity ( )
Returns
string

◆ getTax()

getTax ( )
Returns
string

◆ getUnit()

getUnit ( )
Returns
string

◆ getVendorId()

getVendorId ( )
Returns
string

◆ getWarehouseId()

getWarehouseId ( )
Returns
string

◆ isBillable()

isBillable ( )
Returns
bool

◆ isForm1099()

isForm1099 ( )
Returns
bool

◆ isTaxable()

isTaxable ( )
Returns
bool

◆ setBillable()

setBillable (   $billable)
Parameters
bool$billable

◆ setClassId()

setClassId (   $classId)
Parameters
string$classId

◆ setContractId()

setContractId (   $contractId)
Parameters
string$contractId

◆ setCustomerId()

setCustomerId (   $customerId)
Parameters
string$customerId

◆ setDepartmentId()

setDepartmentId (   $departmentId)
Parameters
string$departmentId

◆ setEmployeeId()

setEmployeeId (   $employeeId)
Parameters
string$employeeId

◆ setForm1099()

setForm1099 (   $form1099)
Parameters
bool$form1099

◆ setItemDescription()

setItemDescription (   $itemDescription)
Parameters
string$itemDescription

◆ setItemDetails()

setItemDetails (   $itemDetails)
Parameters
AbstractTransactionItemDetail[]$itemDetails

◆ setItemId()

setItemId (   $itemId)
Parameters
string$itemId

◆ setLocationId()

setLocationId (   $locationId)
Parameters
string$locationId

◆ setMemo()

setMemo (   $memo)
Parameters
string$memo

◆ setOverrideTaxAmount()

setOverrideTaxAmount (   $overrideTaxAmount)
Parameters
string$overrideTaxAmount

◆ setPrice()

setPrice (   $price)
Parameters
string$price

◆ setProjectId()

setProjectId (   $projectId)
Parameters
string$projectId

◆ setQuantity()

setQuantity (   $quantity)
Parameters
string$quantity

◆ setTax()

setTax (   $tax)
Parameters
string$tax

◆ setTaxable()

setTaxable (   $taxable)
Parameters
bool$taxable

◆ setUnit()

setUnit (   $unit)
Parameters
string$unit

◆ setVendorId()

setVendorId (   $vendorId)
Parameters
string$vendorId

◆ setWarehouseId()

setWarehouseId (   $warehouseId)
Parameters
string$warehouseId

◆ writeXml()

writeXml ( XMLWriter $xml)
abstract

Field Documentation

◆ $billable

$billable
protected

◆ $classId

$classId
protected

◆ $contractId

$contractId
protected

◆ $customerId

$customerId
protected

◆ $departmentId

$departmentId
protected

◆ $employeeId

$employeeId
protected

◆ $form1099

$form1099
protected

◆ $itemDescription

$itemDescription
protected

◆ $itemDetails

$itemDetails = []
protected

◆ $itemId

$itemId
protected

◆ $locationId

$locationId
protected

◆ $memo

$memo
protected

◆ $overrideTaxAmount

$overrideTaxAmount
protected

◆ $price

$price
protected

◆ $projectId

$projectId
protected

◆ $quantity

$quantity
protected

◆ $tax

$tax
protected

◆ $taxable

$taxable
protected

◆ $unit

$unit
protected

◆ $vendorId

$vendorId
protected

◆ $warehouseId

$warehouseId
protected