Method |
Description |
|
__construct ( ) |
Constructor |
|
getAssocDescription ( ) : String |
Get some information about the assocId for display. |
|
getDescription ( ) : string |
Returns the description of the CompletedPayment. |
|
getJournalId ( ) : integer |
Get the journal ID of the payment. |
|
getName ( ) : string |
Returns the description of the CompletedPayment. |
|
getPayMethodPluginName ( ) : String |
Get the method of payment. |
|
getTimestamp ( ) : integer |
Get the row id of the payment. |
|
getType ( ) |
Set the Payment Type |
|
isMembership ( ) : boolean |
Check if the type is a membership |
|
isSubscription ( ) : boolean |
Check if the type is a subscription |
|
setJournalId ( $journalId ) |
Set the journal ID of the payment. |
|
setPayMethodPluginName ( $payMethod ) |
Set the method of payment. |
|
setTimestamp ( $timestamp ) |
Set the id of payment |
|
setType ( $type ) |
Set the Payment Type |
|