The PaymentGatewayResponse type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PaymentGatewayResponse()()()() |
Creates an object representing the response information returned by processing a payment
through a payment gateway.
| |
| PaymentGatewayResponse(Boolean, String, String, String, String) |
Creates an object representing the response information returned by processing a payment
through a payment gateway.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetAuthorizationCode |
Sets the AuthorizationCode property
| |
| SetCardProcessingStatus |
Set the CardProcessingStatus property
| |
| SetIsSuccess |
Sets the IsSuccess property
| |
| SetReferenceId |
Sets the ReferenceID property
| |
| SetResponseMessage |
Sets the ResponseMessage property
| |
| SetResult |
Sets the Result property
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AuthorizationCode |
Gets the authorization code returned from the payment processor
| |
| CardProcessingStatus |
Gets the CardProcessingStatus returned from the payment processor
| |
| IsSuccess |
Gets an indication of whether or not the transaction was successful
| |
| ReferenceId |
Gets the Reference ID returned from the payment processor
| |
| ResponseMessage |
Gets the response message returned from the payment processor
| |
| Result |
Gets the result string returned from the payment processor
|