The PaymentGatewayResponse type exposes the following members.

Constructors

  NameDescription
Public methodPaymentGatewayResponse()()()()
Creates an object representing the response information returned by processing a payment through a payment gateway.
Public methodPaymentGatewayResponse(Boolean, String, String, String, String)
Creates an object representing the response information returned by processing a payment through a payment gateway.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAuthorizationCode
Sets the AuthorizationCode property
Protected methodSetCardProcessingStatus
Set the CardProcessingStatus property
Protected methodSetIsSuccess
Sets the IsSuccess property
Protected methodSetReferenceId
Sets the ReferenceID property
Protected methodSetResponseMessage
Sets the ResponseMessage property
Protected methodSetResult
Sets the Result property
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAuthorizationCode
Gets the authorization code returned from the payment processor
Public propertyCardProcessingStatus
Gets the CardProcessingStatus returned from the payment processor
Public propertyIsSuccess
Gets an indication of whether or not the transaction was successful
Public propertyReferenceId
Gets the Reference ID returned from the payment processor
Public propertyResponseMessage
Gets the response message returned from the payment processor
Public propertyResult
Gets the result string returned from the payment processor

See Also