GatewayRequest Methods
From AuthorizeNet .NET
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest Methods |
| GatewayRequest Class See Also Send Feedback |
The GatewayRequest type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCardCode |
The 3-digit Credit Card Code (CCV) on the back of the card
| |
| AddCustomer |
Adds a Customer record to the current request
| |
| AddDuty(Decimal) |
Adds a tax value to the request
| |
| AddDuty(Decimal, String, String) |
Adds a detailed tax value to the request
| |
| AddFraudCheck()()()() |
This method will pull the user's IP address for use with FDS. Only valid for Web-based transactions.
| |
| AddFraudCheck(String) |
This method adds the required values for Fraud Detection Suite. Your merchant must sign up for this service with Authorize.Net
| |
| AddFreight(Decimal) |
Adds a tax value to the request
| |
| AddFreight(Decimal, String, String) |
Adds a detailed tax value to the request
| |
| AddInvoice |
Adds an InvoiceNumber to the request
| |
| AddLineItem |
Adds a line item to the current order
| |
| AddMerchantValue |
This is where you can add custom values to the request, which will be returned to you
in the response
| |
| AddShipping |
Adds a Shipping Record to the current request
| |
| AddTax(Decimal) |
Adds a tax value to the request
| |
| AddTax(Decimal, String, String) |
Adds a detailed tax value to the request
| |
| Equals | (Inherited from Object.) | |
| Get |
Gets the specified key from the request.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Queue |
Queues the specified key into the request.
| |
| ToPostString |
Outputs the queue as a delimited, URL-safe string for sending to Authorize.net as a form POST
| |
| ToString | (Inherited from Object.) |