The CPaymentAuthorizationAccount type exposes the following members.

Constructors

  NameDescription
Public methodCPaymentAuthorizationAccount
This constructor instantiates an existing CPaymentAuthorizationAccount object from the database given the accountCode parameter.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountCode
Gets the key to this payment authorization account.
Public propertyAccountDescription
Gets the short description of this payment authorization account.
Public propertyAccountPassword
Gets the merchant account password to use when processing transactions thru this gateway.
Public propertyAccountUserName
Gets the merchant account user name to use when processing transactions thru this gateway.
Public propertyAdminEmail
Gets the Email address of the organization's administrator. Used by the gateway service provider to contact the administrator in necessary.
Public propertyAuthorizationMode
Gets the CCAuthMode from the CCAuthAccount table entry representing this CPaymentAuthorizationAccount.
Public propertyCaptureUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing CAPTURE transactions.
Public propertyConfigurationFilePath
Gets the CCAuthConfPath from the CCAuthAccount table entry representing this CPaymentAuthorizationAccount.
Public propertyGatewayName
Gets the iMIS gateway name. As of 10.6 this is either Verisign, QSI or Other. Not used for iBO.
Public propertyHostPort
Gets the IP Port Number on the gateway service provider's server that will receive the transactions.
Public propertyHostUrl
Gets the web address (or IP address) of the gateway service provider's server, NOT including the protocol (e.g., http://)
Public propertyPartnerName
Gets the partner name (if any is needed) to be used when processing transactions thru this gateway.
Public propertyProxyAddress
Gets the web address or IP address of the organization's proxy server (if any).
Public propertyProxyPassword
Gets the password to use to login to the organization's proxy server.
Public propertyProxyPort
Gets the IP Port Number on the organization's proxy server (if any) thru which the gateway transactions should pass.
Public propertyProxyUserName
Gets the user name to use to login to the organization's proxy server.
Public propertyQueryUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing QUERY transactions.
Public propertyReturnUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing RETURN transactions.
Public propertySaveCSCBeforeAuthorizationFlag
Gets a value indicating whether the Card Security Code should be saved before it is sent to the gateway.
Public propertyTimeout
Gets the number of seconds to wait for a response from the gateway before giving up.
Public propertyVendorName
Gets the merchant's vendor names setup when creating the marchant account with the gateway service provider.
Public propertyVoidUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing VOID transactions.

See Also