ApPaymentRequestApprove
class ApPaymentRequestApprove extends AbstractApPaymentRequest
Approve an existing AP payment request record
Constants
| PAYMENT_METHODS |
|
| PAYMENT_METHOD_CHECK |
|
| PAYMENT_METHOD_CASH |
|
| PAYMENT_METHOD_RECORD_TRANSFER |
|
| PAYMENT_METHOD_CHARGE_CARD |
|
| PAYMENT_METHOD_ACH |
|
Methods
Initializes the class with the given parameters.
Set transaction amount
Set notification contact name
Get apply to transactions
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 35
writeXml(XMLWriter $xml)
Write the function block XML
in AbstractApPaymentRequest at line line 96
int|string
getRecordNo()
Get record number
in AbstractApPaymentRequest at line line 106
setRecordNo(int|string $recordNo)
Set record number
in AbstractApPaymentRequest at line line 116
string
getPaymentMethod()
Get payment method
in AbstractApPaymentRequest at line line 127
setPaymentMethod(string $paymentMethod)
Set payment method
in AbstractApPaymentRequest at line line 140
string
getBankAccountId()
Get bank account ID
in AbstractApPaymentRequest at line line 150
setBankAccountId(string $bankAccountId)
Set bank account ID
in AbstractApPaymentRequest at line line 160
string
getChargeCardId()
Get charge card ID
in AbstractApPaymentRequest at line line 170
setChargeCardId(string $chargeCardId)
Set charge card ID
in AbstractApPaymentRequest at line line 180
string
getVendorId()
Get vendor ID
in AbstractApPaymentRequest at line line 190
setVendorId(string $vendorId)
Set vendor ID
in AbstractApPaymentRequest at line line 200
string
getMergeOption()
Get merge option
in AbstractApPaymentRequest at line line 211
setMergeOption(string $mergeOption)
Set merge option
in AbstractApPaymentRequest at line line 221
boolean
isGroupPayments()
Get group payments
in AbstractApPaymentRequest at line line 231
setGroupPayments(boolean $groupPayments)
Set group payments
in AbstractApPaymentRequest at line line 241
DateType
getPaymentDate()
Get payment date
in AbstractApPaymentRequest at line line 251
setPaymentDate(DateType $paymentDate)
Set payment date
in AbstractApPaymentRequest at line line 261
float|string
getTransactionAmount()
Get transaction amount
in AbstractApPaymentRequest at line line 271
setTransactionAmount(float|string $transactionAmount)
Set transaction amount
in AbstractApPaymentRequest at line line 281
string
getDocumentNo()
Get document number
in AbstractApPaymentRequest at line line 291
setDocumentNo(string $documentNo)
Set document number
in AbstractApPaymentRequest at line line 301
string
getMemo()
Get memo
in AbstractApPaymentRequest at line line 311
setMemo(string $memo)
Set memo
in AbstractApPaymentRequest at line line 321
string
getNotificationContactName()
Get notification contact name
in AbstractApPaymentRequest at line line 331
setNotificationContactName(string $notificationContactName)
Set notification contact name
in AbstractApPaymentRequest at line line 341
ApPaymentRequestItem[]
getApplyToTransactions()
Get apply to transactions
in AbstractApPaymentRequest at line line 351
setApplyToTransactions(ApPaymentRequestItem[] $applyToTransactions)
Set apply to transactions