Queued payment data structure for OMP. More...
Public Member Functions | |
| getDescription () | |
| getName () | |
| getPressId () | |
| getRequestUrl () | |
| getType () | |
| setPressId ($pressId) | |
| setRequestUrl ($url) | |
| setType ($type) | |
Queued payment data structure for OMP.
Definition at line 18 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.getDescription | ( | ) |
Returns the description of the QueuedPayment.
Definition at line 86 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.getName | ( | ) |
Returns the name of the QueuedPayment.
Definition at line 66 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.getPressId | ( | ) |
Get the press ID of the payment.
Definition at line 32 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.getRequestUrl | ( | ) |
| OMPQueuedPayment.getType | ( | ) |
Get the type of this payment (PAYMENT_TYPE_...)
Definition at line 58 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.setPressId | ( | $ | pressId | ) |
Set the press ID of the payment.
| $pressId | int |
Definition at line 41 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.setRequestUrl | ( | $ | url | ) |
Set the request URL.
| $url | string |
Definition at line 101 of file OMPQueuedPayment.inc.php.
| OMPQueuedPayment.setType | ( | $ | type | ) |
Set the type for this payment (PAYMENT_TYPE_...)
| $type | int PAYMENT_TYPE_... |
Definition at line 50 of file OMPQueuedPayment.inc.php.
1.7.1