PaymentGatewayLibrary

AuthorizeNetResponse Properties

The properties of the AuthorizeNetResponse class are listed below. For a complete list of AuthorizeNetResponse class members, see the AuthorizeNetResponse Members topic.

Public Instance Properties

Amount Echoed from AuthorizeNetRequest.Amount.
ApprovalCode Gets the six-digit alphanumeric authorization or approval code.
AVSResultCode Gets the result of Address Verification System (AVS) checks.
BillingAddress Echoed from AuthorizeNetRequest.Address.
CardCodeResponse Gets the results of Card Code verification.
CardholderFirstName Echoed from AuthorizeNetRequest.FirstName.
CardholderLastName Echoed from AuthorizeNetRequest.LastName.
City Echoed from AuthorizeNetRequest.City.
Company Echoed from AuthorizeNetRequest.Company.
Country Echoed from AuthorizeNetRequest.Country.
CustomerId Echoed from AuthorizeNetRequest.CustomerId.
Description Echoed from AuthorizeNetRequest.Description.
DutyAmount Echoed from AuthorizeNetRequest.Duty.
Email Echoed from AuthorizeNetRequest.Email.
Fax Echoed from AuthorizeNetRequest.Fax.
FreightAmount Echoed from AuthorizeNetRequest.Freight.
GatewayResponse Gets the array of fields returned by the gateway.
InvoiceNumber Echoed from AuthorizeNetRequest.InvoiceNumber.
Item Gets the entry at the specified index of the GatewayResponse.
MD5Hash Gets the system-generated hash that may be validated by the merchant to authenticate a transaction response received from the gateway. Use the AuthorizeNetResponse.VerifyResponse function to determine the authenticity of the transaction response.
Method Echoed from AuthorizeNetRequest.Method.
Phone Echoed from AuthorizeNetRequest.Phone.
PurchaseOrderNumber Echoed from AuthorizeNetRequest.PurchaseOrderNumber.
ResponseCode Gets the result of the transaction.
ResponseReasonCode Gets the code representing more details about the result of the transaction.
ResponseReasonText Gets the brief description of the result, which corresponds with the ResponseReasonCode.
ResponseSubcode Gets the code used by the system for internal transaction tracking.
ShipToAddress Echoed from AuthorizeNetRequest.ShipToAddress.
ShipToCity Echoed from AuthorizeNetRequest.ShipToCity.
ShipToCompany Echoed from AuthorizeNetRequest.ShipToCompany.
ShipToCountry Echoed from AuthorizeNetRequest.ShipToCountry.
ShipToFirstName Echoed from AuthorizeNetRequest.ShipToFirstName.
ShipToLastName Echoed from AuthorizeNetRequest.ShipToLastName.
ShipToState Echoed from AuthorizeNetRequest.ShipToState.
ShipToZip Echoed from AuthorizeNetRequest.ShipToZip.
State Echoed from AuthorizeNetRequest.State.
TaxAmount Echoed from AuthorizeNetRequest.Tax.
TaxExemptFlag Echoed from AuthorizeNetRequest.TaxExempt.
TransactionId Gets the identity of the transaction in the system. This number can be used to submit a modification of this transaction at a later time, such as voiding, crediting or capturing the transaction.
Type Echoed from AuthorizeNetRequest.Type.
Zip Echoed from AuthorizeNetRequest.Zip.

See Also

AuthorizeNetResponse Class | Duis.Payment Namespace