Package DE_EPAGES::Ipayment::API::Order::Payment
Class to handle the payment type.
Functions
cancel
This method cancel the order
Syntax |
cancel(); |
Input |
|
Return |
|
capture
This method cancel the order
Syntax |
capture(); |
Input |
|
Return |
|
getMessage
Return the Message from the CGI request
Syntax |
getMessage(); |
Return |
|
getStatus
Return the Status from the CGI request
Syntax |
getStatus(); |
Return |
|
new
constructor
Syntax |
new( ); |
Return |
|
setCancelObject
store a cancel object in this class
Syntax |
setCancelObject( $CancelObject ); |
Input |
|
setCaptureObject
store a capture object in this class
Syntax |
setCaptureObject( $CaptureObject ); |
Input |
|