Sage Intacct SDK for PHP
PurchasingTransactionDelete Class Reference
Inheritance diagram for PurchasingTransactionDelete:
AbstractPurchasingTransaction AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractPurchasingTransaction
 getDocumentId ()
 
 setRecordNo ($documentId)
 
 getTransactionDefinition ()
 
 setTransactionDefinition ($transactionDefinition)
 
 getTransactionDate ()
 
 setTransactionDate ($transactionDate)
 
 getGlPostingDate ()
 
 setGlPostingDate ($glPostingDate)
 
 getCreatedFrom ()
 
 setCreatedFrom ($createdFrom)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getVendorDocNumber ()
 
 setVendorDocNumber ($vendorDocNumber)
 
 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getOriginalDocumentDate ()
 
 setOriginalDocumentDate ($originalDocumentDate)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getPaymentTerm ()
 
 setPaymentTerm ($paymentTerm)
 
 getDueDate ()
 
 setDueDate ($dueDate)
 
 getMessage ()
 
 setMessage ($message)
 
 getShippingMethod ()
 
 setShippingMethod ($shippingMethod)
 
 getReturnToContactName ()
 
 setReturnToContactName ($returnToContactName)
 
 getPayToContactName ()
 
 setPayToContactName ($payToContactName)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getExternalId ()
 
 setExternalId ($externalId)
 
 getBaseCurrency ()
 
 setBaseCurrency ($baseCurrency)
 
 getTransactionCurrency ()
 
 setTransactionCurrency ($transactionCurrency)
 
 getExchangeRateDate ()
 
 setExchangeRateDate ($exchangeRateDate)
 
 getExchangeRateValue ()
 
 setExchangeRateValue ($exchangeRateValue)
 
 getExchangeRateType ()
 
 setExchangeRateType ($exchangeRateType)
 
 getVsoePriceList ()
 
 setVsoePriceList ($vsoePriceList)
 
 getState ()
 
 setState ($state)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getSubtotals ()
 
 setSubtotals ($subtotals)
 
 getLines ()
 
 setLines ($lines)
 
 getComment ()
 
 setComment ($comment)
 
- 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 AbstractPurchasingTransaction
const STATE_DRAFT = 'Draft'
 
const STATE_PENDING = 'Pending'
 
const STATE_CLOSED = 'Closed'
 
- Protected Attributes inherited from AbstractPurchasingTransaction
 $documentId
 
 $transactionDefinition
 
 $transactionDate
 
 $glPostingDate
 
 $createdFrom
 
 $vendorId
 
 $vendorDocNumber
 
 $documentNumber
 
 $originalDocumentDate
 
 $referenceNumber
 
 $paymentTerm
 
 $dueDate
 
 $message
 
 $shippingMethod
 
 $returnToContactName
 
 $payToContactName
 
 $attachmentsId
 
 $externalId
 
 $baseCurrency
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $vsoePriceList
 
 $state
 
 $projectId
 
 $subtotals = []
 
 $lines = []
 
 $comment
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Delete an existing PO transaction record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.