Sage Intacct SDK for PHP
ApPaymentSend Class Reference
Inheritance diagram for ApPaymentSend:
AbstractApPaymentFunction AbstractFunction FunctionInterface

Protected Member Functions

 getFunction ()
 
 getFunction ()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractApPaymentFunction
 __construct (int $recordNo, string $controlId)
 
 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 
- Data Fields inherited from AbstractApPaymentFunction
const DELETE = 'delete'
 
const DECLINE = 'decline_appaymentrequest'
 
const CONFIRM = 'confirm_appaymentrequest'
 
const APPROVE = 'approve_appaymentrequest'
 
const SEND = 'send_appaymentrequest'
 
const VOID = 'void_appaymentrequest'
 
- Protected Attributes inherited from AbstractApPaymentFunction
 $recordNo
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Send an existing AP payment request record

Member Function Documentation

◆ getFunction()

getFunction ( )
protected

Reimplemented from AbstractApPaymentFunction.