Class | Description | |
---|---|---|
AccountDataDictionary | Contains payment account data | |
AuthorizeNextTransactionRequest | Class that represents a request for Authorization of next payment for a subscription | |
AuthorizeNextTransactionResponse | Class that represents a response to an authorization request for next subscription payment | |
AuthorizeRecurringTransactionRequest | Class representing a request to authorize a recurring payment | |
AuthorizeRecurringTransactionResponse | Class that represents a response to a recurring authorization request | |
AuthorizeTransactionRequest | Class that represents a request for payment Authorization | |
AuthorizeTransactionResponse | Class that represents a response to an authorization request. | |
BaseTransactionRequest | Abstract class that implements ITransactionRequest interface | |
CancelRecurringTransactionRequest | Class that represents a request for cancelling a recurring subscription | |
CaptureTransactionRequest | Class representing a request for capturing a previously authorized transaction | |
DefaultGiftCertKeyProvider | Default gift certificate key generator that generates gift certificates similar to credit card numbers. The keys can be validated with Luhn/mod10 | |
GatewayPaymentProfile | PaymentProfile object for NHibernate mapped table 'ac_GatewayPaymentProfiles'. | |
GatewayPaymentProfileRepository | This class provides repository functionality for the PaymentProfile | |
GiftCertificate | GiftCertificate object for NHibernate mapped table 'ac_GiftCertificates'. GiftCertificate object for NHibernate mapped table 'ac_GiftCertificates'. | |
GiftCertificateRepository | This class provides repository functionality for the GiftCertificate This class provides repository functionality for the GiftCertificate | |
GiftCertificateTransaction | GiftCertificateTransaction object for NHibernate mapped table 'ac_GiftCertificateTransactions'. | |
GiftCertificateTransactionRepository | This class provides repository functionality for the GiftCertificateTransaction This class provides repository functionality for the GiftCertificateTransaction | |
Payment | Payment object for NHibernate mapped table 'ac_Payments'. Payment object for NHibernate mapped table 'ac_Payments'. | |
PaymentCollection | Extensions to IList to emulate methods specific to payment collections. | |
PaymentEngine | Utility class for processing payments | |
PaymentGateway | PaymentGateway object for NHibernate mapped table 'ac_PaymentGateways'. PaymentGateway object for NHibernate mapped table 'ac_PaymentGateways'. | |
PaymentGatewayProviderException | Exception class related to Payment Gateway Provider errors | |
PaymentGatewayRepository | This class provides repository functionality for the PaymentGateway This class provides repository functionality for the PaymentGateway | |
PaymentInstrumentData | PaymentInstrumentData class | |
PaymentMethod | PaymentMethod object for NHibernate mapped table 'ac_PaymentMethods'. PaymentMethod object for NHibernate mapped table 'ac_PaymentMethods'. | |
PaymentMethodRepository | This class provides repository functionality for the PaymentMethod This class provides repository functionality for the PaymentMethod | |
PaymentRepository | This class provides repository functionality for the Payment This class provides repository functionality for the Payment | |
PaymentStatusException | Exception class for invalid payment status errors | |
PaymentStatusHelper | Helper class for payment status calculations | |
RefundTransactionRequest | A class that represents a refund request | |
Transaction | Transaction object for NHibernate mapped table 'ac_Transactions'. Transaction object for NHibernate mapped table 'ac_Transactions'. | |
TransactionCollection | Extensions to IList to emulate methods specific to transaction collections. | |
TransactionRepository | This class provides repository functionality for the Transaction This class provides repository functionality for the Transaction | |
VoidTransactionRequest | Class that represents a request to void a previously authorized transaction |