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

Public Member Functions

 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)
 

Protected Attributes

 $receiptDate
 
 $payer
 
 $paymentMethod
 
 $transactionDate
 
 $transactionNo
 
 $description
 
 $attachmentsId
 
 $bankAccountId
 
 $depositDate
 
 $undepositedFundsGlAccountNo
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAttachmentsId()

getAttachmentsId ( )

Get attachments ID

Returns
string

◆ getBankAccountId()

getBankAccountId ( )

Get bank account ID

Returns
string

◆ getDepositDate()

getDepositDate ( )

Get deposit date

Returns
\DateTime

◆ getDescription()

getDescription ( )

Get description

Returns
string

◆ getExchangeRateDate()

getExchangeRateDate ( )

Get exchange rate date

Returns
\DateTime

◆ getExchangeRateType()

getExchangeRateType ( )

Get exchange rate type

Returns
string

◆ getExchangeRateValue()

getExchangeRateValue ( )

Get exchange rate value

Returns
float

◆ getLines()

getLines ( )

Get other receipt lines

Returns
AbstractOtherReceiptLine[]

◆ getPayer()

getPayer ( )

Get payer

Returns
string

◆ getPaymentMethod()

getPaymentMethod ( )

Get payment method

Returns
string

◆ getReceiptDate()

getReceiptDate ( )

Get receipt date

Returns
\DateTime

◆ getTransactionCurrency()

getTransactionCurrency ( )

Get transaction currency

Returns
string

◆ getTransactionDate()

getTransactionDate ( )

Get transaction date

Returns
\DateTime

◆ getTransactionNo()

getTransactionNo ( )

Get transaction number

Returns
string

◆ getUndepositedFundsGlAccountNo()

getUndepositedFundsGlAccountNo ( )

Get undeposited funds GL account number

Returns
string

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)

Set attachments ID

Parameters
string$attachmentsId

◆ setBankAccountId()

setBankAccountId (   $bankAccountId)

Set bank account ID

Parameters
string$bankAccountId

◆ setDepositDate()

setDepositDate (   $depositDate)

Set deposit date

Parameters
\DateTime$depositDate

◆ setDescription()

setDescription (   $description)

Set description

Parameters
string$description

◆ setExchangeRateDate()

setExchangeRateDate (   $exchangeRateDate)

Set exchange rate date

Parameters
\DateTime$exchangeRateDate

◆ setExchangeRateType()

setExchangeRateType (   $exchangeRateType)

Set exchange rate type

Parameters
string$exchangeRateType

◆ setExchangeRateValue()

setExchangeRateValue (   $exchangeRateValue)

Set exchange rate value

Parameters
float$exchangeRateValue

◆ setLines()

setLines (   $lines)

Set other receipt lines

Parameters
AbstractOtherReceiptLine[]$lines

◆ setPayer()

setPayer (   $payer)

Set payer

Parameters
string$payer

◆ setPaymentMethod()

setPaymentMethod (   $paymentMethod)

Set payment method

Parameters
string$paymentMethod

◆ setReceiptDate()

setReceiptDate (   $receiptDate)

Set receipt date

Parameters
\DateTime$receiptDate

◆ setTransactionCurrency()

setTransactionCurrency (   $transactionCurrency)

Set transaction currency

Parameters
string$transactionCurrency

◆ setTransactionDate()

setTransactionDate (   $transactionDate)

Set transaction date

Parameters
\DateTime$transactionDate

◆ setTransactionNo()

setTransactionNo (   $transactionNo)

Set transaction number

Parameters
string$transactionNo

◆ setUndepositedFundsGlAccountNo()

setUndepositedFundsGlAccountNo (   $undepositedFundsGlAccountNo)

Set undeposited funds GL account number

Parameters
string$undepositedFundsGlAccountNo

Field Documentation

◆ $attachmentsId

$attachmentsId
protected

◆ $bankAccountId

$bankAccountId
protected

◆ $depositDate

$depositDate
protected

◆ $description

$description
protected

◆ $exchangeRateDate

$exchangeRateDate
protected

◆ $exchangeRateType

$exchangeRateType
protected

◆ $exchangeRateValue

$exchangeRateValue
protected

◆ $lines

$lines = []
protected

◆ $payer

$payer
protected

◆ $paymentMethod

$paymentMethod
protected

◆ $receiptDate

$receiptDate
protected

◆ $transactionCurrency

$transactionCurrency
protected

◆ $transactionDate

$transactionDate
protected

◆ $transactionNo

$transactionNo
protected

◆ $undepositedFundsGlAccountNo

$undepositedFundsGlAccountNo
protected