Sage Intacct SDK for PHP
OtherReceiptCreate Class Reference
Inheritance diagram for OtherReceiptCreate:
AbstractOtherReceipt AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractOtherReceipt
 getReceiptDate ()
 
 setReceiptDate ($receiptDate)
 
 getPayer ()
 
 setPayer ($payer)
 
 getPaymentMethod ()
 
 setPaymentMethod ($paymentMethod)
 
 getTransactionDate ()
 
 setTransactionDate ($transactionDate)
 
 getTransactionNo ()
 
 setTransactionNo ($transactionNo)
 
 getDescription ()
 
 setDescription ($description)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getBankAccountId ()
 
 setBankAccountId ($bankAccountId)
 
 getDepositDate ()
 
 setDepositDate ($depositDate)
 
 getUndepositedFundsGlAccountNo ()
 
 setUndepositedFundsGlAccountNo ($undepositedFundsGlAccountNo)
 
 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 AbstractOtherReceipt
 $receiptDate
 
 $payer
 
 $paymentMethod
 
 $transactionDate
 
 $transactionNo
 
 $description
 
 $attachmentsId
 
 $bankAccountId
 
 $depositDate
 
 $undepositedFundsGlAccountNo
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new cash management other receipt record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.