Sage Intacct SDK for PHP
InventoryTransactionDelete Class Reference
Inheritance diagram for InventoryTransactionDelete:
AbstractInventoryTransaction AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractInventoryTransaction
 getDocumentId ()
 
 setDocumentId ($documentId)
 
 getTransactionDefinition ()
 
 setTransactionDefinition ($transactionDefinition)
 
 getTransactionDate ()
 
 setTransactionDate ($transactionDate)
 
 getCreatedFrom ()
 
 setCreatedFrom ($createdFrom)
 
 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getMessage ()
 
 setMessage ($message)
 
 getExternalId ()
 
 setExternalId ($externalId)
 
 getBaseCurrency ()
 
 setBaseCurrency ($baseCurrency)
 
 getState ()
 
 setState ($state)
 
 getSubtotals ()
 
 setSubtotals ($subtotals)
 
 getLines ()
 
 setLines ($lines)
 
- 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

- Data Fields inherited from AbstractInventoryTransaction
const STATE_DRAFT = 'Draft'
 
const STATE_PENDING = 'Pending'
 
const STATE_CLOSED = 'Closed'
 
- Protected Attributes inherited from AbstractInventoryTransaction
 $documentId
 
 $transactionDefinition
 
 $transactionDate
 
 $createdFrom
 
 $documentNumber
 
 $referenceNumber
 
 $message
 
 $externalId
 
 $baseCurrency
 
 $state
 
 $subtotals = []
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Delete an existing inventory control transaction record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.