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

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 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)
 

Protected Attributes

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

Detailed Description

Delete an existing warehouse record

Member Function Documentation

◆ getRecordNo()

getRecordNo ( )
Returns
int|string

◆ setRecordNo()

setRecordNo (   $recordNo)
Parameters
int | string$recordNo

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.

Field Documentation

◆ $recordNo

$recordNo
protected