The PaymentGatewayResponse type exposes the following members.

Constructors

  NameDescription
PaymentGatewayResponseOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also