|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getPayMethodPluginName () | |
| getTimestamp () | |
| setPayMethodPluginName ($paymentPluginName) | |
| setTimestamp ($timestamp) | |
Public Member Functions inherited from Payment | |
| __construct ($amount=null, $currencyCode=null, $userId=null, $assocId=null) | |
| getAmount () | |
| getAssocId () | |
| getContextId () | |
| getCurrencyCode () | |
| getId () | |
| getType () | |
| getUserId () | |
| setAmount ($amount) | |
| setAssocId ($assocId) | |
| setContextId ($contextId) | |
| setCurrencyCode ($currencyCode) | |
| setId ($paymentId) | |
| setType ($type) | |
| setUserId ($userId) | |
Data Fields | |
| $_paymentPluginName | |
| $_timestamp | |
Data Fields inherited from Payment | |
| $_type | |
| $amount | |
| $assocId | |
| $contextId | |
| $currencyCode | |
| $paymentId | |
| $userId | |
Class describing a completed payment.
Definition at line 19 of file CompletedPayment.inc.php.
| CompletedPayment::getPayMethodPluginName | ( | ) |
Get the payment plugin name.
Definition at line 52 of file CompletedPayment.inc.php.
References $_paymentPluginName.
| CompletedPayment::getTimestamp | ( | ) |
Get the payment completion timestamp.
Definition at line 36 of file CompletedPayment.inc.php.
References $_timestamp.
| CompletedPayment::setPayMethodPluginName | ( | $paymentPluginName | ) |
Set the payment plugin name.
| $paymentPluginName | string |
Definition at line 60 of file CompletedPayment.inc.php.
| CompletedPayment::setTimestamp | ( | $timestamp | ) |
Set the payment completion timestamp.
| $timestamp | string Timestamp |
Definition at line 44 of file CompletedPayment.inc.php.
| string CompletedPayment::$_paymentPluginName |
Payment plugin name
Definition at line 30 of file CompletedPayment.inc.php.
Referenced by getPayMethodPluginName().
| string CompletedPayment::$_timestamp |
Payment completion timestamp
Definition at line 24 of file CompletedPayment.inc.php.
Referenced by getTimestamp().