Sage Intacct SDK for PHP
ChargeCardTransactionUpdate Class Reference
Inheritance diagram for ChargeCardTransactionUpdate:
AbstractChargeCardTransaction AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractChargeCardTransaction
 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getChargeCardId ()
 
 setChargeCardId ($chargeCardId)
 
 getTransactionDate ()
 
 setTransactionDate ($transactionDate)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getPayee ()
 
 setPayee ($payee)
 
 getDescription ()
 
 setDescription ($description)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getTransactionCurrency ()
 
 setTransactionCurrency ($transactionCurrency)
 
 getExchangeRateDate ()
 
 setExchangeRateDate ($exchangeRateDate)
 
 getExchangeRateValue ()
 
 setExchangeRateValue ($exchangeRateValue)
 
 getExchangeRateType ()
 
 setExchangeRateType ($exchangeRateType)
 
 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

- Protected Attributes inherited from AbstractChargeCardTransaction
 $recordNo
 
 $chargeCardId
 
 $transactionDate
 
 $referenceNumber
 
 $payee
 
 $description
 
 $attachmentsId
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Update an existing cash management charge card transaction record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.