GatewayRequest Members
From AuthorizeNet .NET
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest Members |
| GatewayRequest Class Constructors Methods Properties See Also Send Feedback |
The GatewayRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GatewayRequest |
Initializes a new instance of the GatewayRequest class.
|
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.) |
Properties
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the address.
| |
| AllowPartialAuth |
Gets or sets the allow partial auth.
| |
| Amount |
Gets or sets the amount.
| |
| ApiAction | ||
| AuthCode |
Gets or sets the auth code.
| |
| AuthenticationIndicator |
Gets or sets the authentication indicator.
| |
| BankABACode |
Gets or sets the bank ABA code.
| |
| BankAccountName |
Gets or sets the name of the bank account.
| |
| BankAccountNumber |
Gets or sets the bank account number.
| |
| BankAccountType |
Gets or sets the type of the bank account.
| |
| BankCheckNumber |
Gets or sets the bank check number.
| |
| BankName |
Gets or sets the name of the bank.
| |
| CardCode |
Gets or sets the credit card code.
| |
| CardholderAuthenticationValue |
Gets or sets the cardholder authentication value.
| |
| CardNum |
Gets or sets the credit card number.
| |
| City |
Gets or sets the city.
| |
| Company |
Gets or sets the company.
| |
| Country |
Gets or sets the country.
| |
| CustId |
Gets or sets the cust id.
| |
| CustomerIp |
Gets or sets the customer ip.
| |
| DelimChar |
Gets or sets the delim char.
| |
| DelimData |
Gets or sets the delim data.
| |
| Description |
Gets or sets the description.
| |
| DuplicateWindow |
Gets or sets the duplicate window - the am.
| |
| Duty |
Gets or sets the duty.
| |
| EcheckType |
Gets or sets the type of the echeck.
| |
Gets or sets the email.
| ||
| EmailCustomer |
Gets or sets the email customer.
| |
| EncapChar |
Gets or sets the encap char.
| |
| ExpDate |
Gets or sets the exp date.
| |
| Fax |
Gets or sets the fax.
| |
| FirstName |
Gets or sets the first name.
| |
| FooterEmailReceipt |
Gets or sets the footer email receipt.
| |
| Freight |
Gets or sets the freight.
| |
| HeaderEmailReceipt |
Gets or sets the header email receipt.
| |
| InvoiceNum |
Gets or sets the invoice num.
| |
| LastName |
Gets or sets the last name.
| |
| LineItem |
Gets or sets the line item.
| |
| Login |
Gets or sets the login.
| |
| Method |
Gets or sets the method.
| |
| Phone |
Gets or sets the phone.
| |
| PoNum |
Gets or sets the po number.
| |
| Post | ||
| RecurringBilling |
Gets or sets the recurring billing.
| |
| RelayResponse |
Gets or sets the relay response.
| |
| ShipToAddress |
Gets or sets the ship to address.
| |
| ShipToCity |
Gets or sets the ship to city.
| |
| ShipToCompany |
Gets or sets the ship to company.
| |
| ShipToCountry |
Gets or sets the ship to country.
| |
| ShipToFirstName |
Gets or sets the first name of the ship to.
| |
| ShipToLastName |
Gets or sets the last name of the ship to.
| |
| ShipToState |
Gets or sets the state of the ship to.
| |
| ShipToZip |
Gets or sets the ship to zip.
| |
| SplitTenderId |
Gets or sets the split tender id.
| |
| State |
Gets or sets the state.
| |
| Tax |
Gets or sets the tax.
| |
| TaxExempt |
Gets or sets the tax exempt.
| |
| TestRequest |
Gets or sets the test request.
| |
| TranKey |
Gets or sets the tran key.
| |
| TransId |
Gets or sets the trans id.
| |
| Type |
Gets or sets the type.
| |
| Version |
Gets or sets the version.
| |
| Zip |
Gets or sets the zip.
|