The CPaymentAuthorizationAccount type exposes the following members.

Constructors

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

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AccountCode
Gets the key to this payment authorization account.
AccountDescription
Gets the short description of this payment authorization account.
AccountPassword
Gets the merchant account password to use when processing transactions thru this gateway.
AccountUserName
Gets the merchant account user name to use when processing transactions thru this gateway.
AdminEmail
Gets the Email address of the organization's administrator. Used by the gateway service provider to contact the administrator in necessary.
AuthorizationMode
Gets the CCAuthMode from the CCAuthAccount table entry representing this CPaymentAuthorizationAccount.
CaptureUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing CAPTURE transactions.
ConfigurationFilePath
Gets the CCAuthConfPath from the CCAuthAccount table entry representing this CPaymentAuthorizationAccount.
GatewayName
Gets the iMIS gateway name. As of 10.6 this is either Verisign, QSI or Other. Not used for iBO.
HostPort
Gets the IP Port Number on the gateway service provider's server that will receive the transactions.
HostUrl
Gets the web address (or IP address) of the gateway service provider's server, NOT including the protocol (e.g., http://)
PartnerName
Gets the partner name (if any is needed) to be used when processing transactions thru this gateway.
ProxyAddress
Gets the web address or IP address of the organization's proxy server (if any).
ProxyPassword
Gets the password to use to login to the organization's proxy server.
ProxyPort
Gets the IP Port Number on the organization's proxy server (if any) thru which the gateway transactions should pass.
ProxyUserName
Gets the user name to use to login to the organization's proxy server.
QueryUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing QUERY transactions.
ReturnUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing RETURN transactions.
SaveCSCBeforeAuthorizationFlag
Gets a value indicating whether the Card Security Code should be saved before it is sent to the gateway.
Timeout
Gets the number of seconds to wait for a response from the gateway before giving up.
VendorName
Gets the merchant's vendor names setup when creating the marchant account with the gateway service provider.
VoidUrl
Gets the web address (or IP address) of the gateway service provider's server to be used when processing VOID transactions.

See Also