Sage Intacct SDK for PHP
WarehouseUpdate Class Reference
Inheritance diagram for WarehouseUpdate:
AbstractWarehouse AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractWarehouse
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getWarehouseName ()
 
 setWarehouseName ($warehouseName)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getManagerEmployeeId ()
 
 setManagerEmployeeId ($managerEmployeeId)
 
 getParentWarehouseId ()
 
 setParentWarehouseId ($parentWarehouseId)
 
 getWarehouseContactName ()
 
 setWarehouseContactName ($warehouseContactName)
 
 getShipToContactName ()
 
 setShipToContactName ($shipToContactName)
 
 isUsedInGeneralLedger ()
 
 setUsedInGeneralLedger ($usedInGeneralLedger)
 
 isActive ()
 
 setActive ($active)
 
- 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

- Protected Attributes inherited from AbstractWarehouse
 $warehouseId
 
 $warehouseName
 
 $locationId
 
 $managerEmployeeId
 
 $parentWarehouseId
 
 $warehouseContactName
 
 $shipToContactName
 
 $usedInGeneralLedger
 
 $active
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Update an existing warehouse record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.