GatewayRequest Members

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

The GatewayRequest type exposes the following members.

Constructors

  NameDescription
Public methodGatewayRequest
Initializes a new instance of the GatewayRequest class.

Methods

  NameDescription
Public methodAddCardCode
The 3-digit Credit Card Code (CCV) on the back of the card
Public methodAddCustomer
Adds a Customer record to the current request
Public methodAddDuty(Decimal)
Adds a tax value to the request
Public methodAddDuty(Decimal, String, String)
Adds a detailed tax value to the request
Public methodAddFraudCheck()()()()
This method will pull the user's IP address for use with FDS. Only valid for Web-based transactions.
Public methodAddFraudCheck(String)
This method adds the required values for Fraud Detection Suite. Your merchant must sign up for this service with Authorize.Net
Public methodAddFreight(Decimal)
Adds a tax value to the request
Public methodAddFreight(Decimal, String, String)
Adds a detailed tax value to the request
Public methodAddInvoice
Adds an InvoiceNumber to the request
Public methodAddLineItem
Adds a line item to the current order
Public methodAddMerchantValue
This is where you can add custom values to the request, which will be returned to you in the response
Public methodAddShipping
Adds a Shipping Record to the current request
Public methodAddTax(Decimal)
Adds a tax value to the request
Public methodAddTax(Decimal, String, String)
Adds a detailed tax value to the request
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the specified key from the request.
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.)
Public methodQueue
Queues the specified key into the request.
Public methodToPostString
Outputs the queue as a delimited, URL-safe string for sending to Authorize.net as a form POST
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAddress
Gets or sets the address.
Public propertyAllowPartialAuth
Gets or sets the allow partial auth.
Public propertyAmount
Gets or sets the amount.
Public propertyApiAction
Public propertyAuthCode
Gets or sets the auth code.
Public propertyAuthenticationIndicator
Gets or sets the authentication indicator.
Public propertyBankABACode
Gets or sets the bank ABA code.
Public propertyBankAccountName
Gets or sets the name of the bank account.
Public propertyBankAccountNumber
Gets or sets the bank account number.
Public propertyBankAccountType
Gets or sets the type of the bank account.
Public propertyBankCheckNumber
Gets or sets the bank check number.
Public propertyBankName
Gets or sets the name of the bank.
Public propertyCardCode
Gets or sets the credit card code.
Public propertyCardholderAuthenticationValue
Gets or sets the cardholder authentication value.
Public propertyCardNum
Gets or sets the credit card number.
Public propertyCity
Gets or sets the city.
Public propertyCompany
Gets or sets the company.
Public propertyCountry
Gets or sets the country.
Public propertyCustId
Gets or sets the cust id.
Public propertyCustomerIp
Gets or sets the customer ip.
Public propertyDelimChar
Gets or sets the delim char.
Public propertyDelimData
Gets or sets the delim data.
Public propertyDescription
Gets or sets the description.
Public propertyDuplicateWindow
Gets or sets the duplicate window - the am.
Public propertyDuty
Gets or sets the duty.
Public propertyEcheckType
Gets or sets the type of the echeck.
Public propertyEmail
Gets or sets the email.
Public propertyEmailCustomer
Gets or sets the email customer.
Public propertyEncapChar
Gets or sets the encap char.
Public propertyExpDate
Gets or sets the exp date.
Public propertyFax
Gets or sets the fax.
Public propertyFirstName
Gets or sets the first name.
Public propertyFooterEmailReceipt
Gets or sets the footer email receipt.
Public propertyFreight
Gets or sets the freight.
Public propertyHeaderEmailReceipt
Gets or sets the header email receipt.
Public propertyInvoiceNum
Gets or sets the invoice num.
Public propertyLastName
Gets or sets the last name.
Public propertyLineItem
Gets or sets the line item.
Public propertyLogin
Gets or sets the login.
Public propertyMethod
Gets or sets the method.
Public propertyPhone
Gets or sets the phone.
Public propertyPoNum
Gets or sets the po number.
Public propertyPost
Public propertyRecurringBilling
Gets or sets the recurring billing.
Public propertyRelayResponse
Gets or sets the relay response.
Public propertyShipToAddress
Gets or sets the ship to address.
Public propertyShipToCity
Gets or sets the ship to city.
Public propertyShipToCompany
Gets or sets the ship to company.
Public propertyShipToCountry
Gets or sets the ship to country.
Public propertyShipToFirstName
Gets or sets the first name of the ship to.
Public propertyShipToLastName
Gets or sets the last name of the ship to.
Public propertyShipToState
Gets or sets the state of the ship to.
Public propertyShipToZip
Gets or sets the ship to zip.
Public propertySplitTenderId
Gets or sets the split tender id.
Public propertyState
Gets or sets the state.
Public propertyTax
Gets or sets the tax.
Public propertyTaxExempt
Gets or sets the tax exempt.
Public propertyTestRequest
Gets or sets the test request.
Public propertyTranKey
Gets or sets the tran key.
Public propertyTransId
Gets or sets the trans id.
Public propertyType
Gets or sets the type.
Public propertyVersion
Gets or sets the version.
Public propertyZip
Gets or sets the zip.

See Also