Open Journal Systems  3.3.0
QueuedPayment Class Reference
Inheritance diagram for QueuedPayment:
Payment

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
 

Detailed Description

Queued (unfulfilled) payment data structure.

See also
QueuedPaymentDAO

Definition at line 20 of file QueuedPayment.inc.php.

Constructor & Destructor Documentation

◆ __construct()

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.

Member Function Documentation

◆ getRequestUrl()

QueuedPayment::getRequestUrl ( )

Get the request URL.

Returns
string

Definition at line 47 of file QueuedPayment.inc.php.

References $requestUrl.

◆ setRequestUrl()

QueuedPayment::setRequestUrl (   $url)

Set the request URL.

Parameters
$urlstring
Returns
string New URL

Definition at line 39 of file QueuedPayment.inc.php.

Field Documentation

◆ $requestUrl

string QueuedPayment::$requestUrl

URL associated with this payment

Definition at line 25 of file QueuedPayment.inc.php.

Referenced by getRequestUrl().


The documentation for this class was generated from the following file: