Sage Intacct SDK for PHP
OrderEntryTransactionUpdate Class Reference
Inheritance diagram for OrderEntryTransactionUpdate:
AbstractOrderEntryTransaction AbstractFunction FunctionInterface

Public Member Functions

 getTransactionId ()
 
 setTransactionId ($transactionId)
 
 isDisableValidation ()
 
 setDisableValidation ($disableValidation)
 
 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractOrderEntryTransaction
 getDocumentId ()
 
 setDocumentId ($documentId)
 
 getTransactionDefinition ()
 
 setTransactionDefinition ($transactionDefinition)
 
 getTransactionDate ()
 
 setTransactionDate ($transactionDate)
 
 getGlPostingDate ()
 
 setGlPostingDate ($glPostingDate)
 
 getCreatedFrom ()
 
 setCreatedFrom ($createdFrom)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getOriginalDocumentDate ()
 
 setOriginalDocumentDate ($originalDocumentDate)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getPaymentTerm ()
 
 setPaymentTerm ($paymentTerm)
 
 getDueDate ()
 
 setDueDate ($dueDate)
 
 getMessage ()
 
 setMessage ($message)
 
 getShippingMethod ()
 
 setShippingMethod ($shippingMethod)
 
 getShipToContactName ()
 
 setShipToContactName ($shipToContactName)
 
 getBillToContactName ()
 
 setBillToContactName ($billToContactName)
 
 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)
 
- 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 AbstractOrderEntryTransaction
const STATE_DRAFT = 'Draft'
 
const STATE_PENDING = 'Pending'
 
const STATE_CLOSED = 'Closed'
 
- Protected Attributes inherited from AbstractOrderEntryTransaction
 $documentId
 
 $transactionDefinition
 
 $transactionDate
 
 $glPostingDate
 
 $createdFrom
 
 $customerId
 
 $documentNumber
 
 $originalDocumentDate
 
 $referenceNumber
 
 $paymentTerm
 
 $dueDate
 
 $message
 
 $shippingMethod
 
 $shipToContactName
 
 $billToContactName
 
 $attachmentsId
 
 $externalId
 
 $baseCurrency
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $vsoePriceList
 
 $state
 
 $projectId
 
 $subtotals = []
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Update an existing order entry transaction record

Member Function Documentation

◆ getTransactionId()

getTransactionId ( )
Returns
string

◆ isDisableValidation()

isDisableValidation ( )
Returns
bool

◆ setDisableValidation()

setDisableValidation (   $disableValidation)
Parameters
bool$disableValidation

◆ setTransactionId()

setTransactionId (   $transactionId)
Parameters
string$transactionId

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.