Interface PaymentGatewayResourceProvider

All Known Implementing Classes:
DefaultPaymentGatewayResourceProvider

public interface PaymentGatewayResourceProvider
This represents the main service bus for retrieving payment gateway service implementations to execute service calls programmatically. Since multiple gateways can be configured for a single implementation (like PayPal Express and Braintree, or PayPal Express, a credit card module and a gift card module) this allows you to select between them to perform additional operations on a payment transaction.
Author:
Chris Kittrell (ckittrell)