Package atg.commerce.payment.processor

Class Summary
ProcCreateCreditCardInfo This pipeline processor element is called to create generic CreditCardInfo objects from instances of the CreditCard payment group.
ProcCreateGiftCertificateInfo This pipeline processor element is called to create generic GiftCertificateInfo objects from instances of the GiftCertificate payment group.
ProcCreateInvoiceRequestInfo This pipeline processor element is called to create generic InvoiceRequestInfo objects from instances of the InvoiceRequest payment group.
ProcCreateStoreCreditInfo This pipeline processor element is called to create generic StoreCreditInfo objects from instances of the StoreCredit payment group.
ProcProcessCreditCard This pipeline processor element is called to authorize, debit, and credit CreditCard payment groups.
ProcProcessGiftCertificate This pipeline processor element is called to authorize, debit, and credit GiftCertificate payment groups.
ProcProcessInvoiceRequest This pipeline processor element is called to authorize, debit, and credit InvoiceRequest payment groups.
ProcProcessPaymentGroup This is the base class which processors that would like to perform auth/debit/credit actions on a particular payment group can extend from.
ProcProcessStoreCredit This pipeline processor element is called to authorize, debit, and credit StoreCredit payment groups.