|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($amount, $currencyCode, $userId=null, $assocId=null) | |
| getRequestUrl () | |
| setRequestUrl ($url) | |
Public Member Functions inherited from Payment | |
| getAmount () | |
| getAssocId () | |
| getContextId () | |
| getCurrencyCode () | |
| getId () | |
| getType () | |
| getUserId () | |
| setAmount ($amount) | |
| setAssocId ($assocId) | |
| setContextId ($contextId) | |
| setCurrencyCode ($currencyCode) | |
| setId ($paymentId) | |
| setType ($type) | |
| setUserId ($userId) | |
Data Fields | |
| $requestUrl | |
Data Fields inherited from Payment | |
| $_type | |
| $amount | |
| $assocId | |
| $contextId | |
| $currencyCode | |
| $paymentId | |
| $userId | |
Queued (unfulfilled) payment data structure.
Definition at line 20 of file QueuedPayment.inc.php.
| QueuedPayment::__construct | ( | $amount, | |
| $currencyCode, | |||
$userId = null, |
|||
$assocId = null |
|||
| ) |
Reimplemented from Payment.
Definition at line 30 of file QueuedPayment.inc.php.
References Payment\$amount, Payment\$assocId, Payment\$currencyCode, and Payment\$userId.
| QueuedPayment::getRequestUrl | ( | ) |
Get the request URL.
Definition at line 47 of file QueuedPayment.inc.php.
References $requestUrl.
| QueuedPayment::setRequestUrl | ( | $url | ) |
Set the request URL.
| $url | string |
Definition at line 39 of file QueuedPayment.inc.php.
| string QueuedPayment::$requestUrl |
URL associated with this payment
Definition at line 25 of file QueuedPayment.inc.php.
Referenced by getRequestUrl().