Uses of Interface
com.elasticpath.domain.payment.PaymentGateway

Packages that use PaymentGateway
com.elasticpath.domain   
com.elasticpath.domain.impl Tests for the default Elastic Path implementation of the Domain Model. 
com.elasticpath.domain.payment   
com.elasticpath.domain.payment.impl   
 

Uses of PaymentGateway in com.elasticpath.domain
 

Methods in com.elasticpath.domain that return PaymentGateway
 PaymentGateway ElasticPath.getPaymentGateway(PaymentType paymentType)
          Get the payment gateway for the given payment type (e.g.
 

Uses of PaymentGateway in com.elasticpath.domain.impl
 

Methods in com.elasticpath.domain.impl that return PaymentGateway
 PaymentGateway ElasticPathImpl.getPaymentGateway(PaymentType paymentType)
          Get the payment gateway for the given payment type (e.g.
 

Uses of PaymentGateway in com.elasticpath.domain.payment
 

Subinterfaces of PaymentGateway in com.elasticpath.domain.payment
 interface CreditCardPaymentGateway
          Represents a credit card payment processing gateway such as Verisign or Cybersource.
 interface PayPalExpressPaymentGateway
          Provides services for integrating with PayPal Express Payment.
 

Uses of PaymentGateway in com.elasticpath.domain.payment.impl
 

Classes in com.elasticpath.domain.payment.impl that implement PaymentGateway
 class AbstractCreditCardPaymentGatewayImpl
          Abstract credit card payment processing gateway.
 class AbstractPaymentGatewayImpl
          Abstract payment processing gateway.
 class AuthorizeNetPaymentGatewayImpl
          Implements a payment gateway for Authorize.Net.
 class CyberSourcePaymentGatewayImpl
          Implements a payment gateway for CyberSource.
 class NullPaymentGatewayImpl
          Implements a payment gateway for testing and demonstration purposes that always authorizes all payments.
 class PayflowProPaymentGatewayImpl
          Implements a payment gateway for Verisign/paypal's PayflowPro.
 class PaypalExpressPaymentGatewayImpl
          The default implementation of PaypalExpressPaymentService.