Sage Intacct SDK for PHP
AbstractApPaymentDetailCredit Class Reference
Inheritance diagram for AbstractApPaymentDetailCredit:
ApPaymentDetailAdvance ApPaymentDetailDebitMemo ApPaymentDetailNegativeBill

Public Member Functions

 writeXml (XMLWriter $xml)
 

Data Fields

const DEBIT_MEMO = 'debit memo'
 
const NEGATIVE_BILL = 'negative bill'
 
const ADVANCE = 'advance'
 
 $recordNo
 
 $lineRecordNo
 
 $transactionAmount
 

Protected Member Functions

 getKeyType ()
 
 getEntryKeyType ()
 
 getTransactionType ()
 

Member Function Documentation

◆ getEntryKeyType()

getEntryKeyType ( )
abstractprotected

◆ getKeyType()

getKeyType ( )
abstractprotected

◆ getTransactionType()

getTransactionType ( )
abstractprotected

◆ writeXml()

writeXml ( XMLWriter  $xml)
Parameters
XMLWriter$xml

Field Documentation

◆ $lineRecordNo

$lineRecordNo

◆ $recordNo

$recordNo

◆ $transactionAmount

$transactionAmount

◆ ADVANCE

const ADVANCE = 'advance'

◆ DEBIT_MEMO

const DEBIT_MEMO = 'debit memo'

◆ NEGATIVE_BILL

const NEGATIVE_BILL = 'negative bill'