public interface PaymentGatewayTypeAware
PaymentGatewayType so that the resource can
be easily identified by the various provider services
(PaymentGatewayConfigurationProvider, PaymentGatewayTransactionServiceProvider,
PaymentGatewayRollbackServiceProvider, etc.).| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayType()
Each payment module should have a unique implementation of
PaymentGatewayType with
only a single type. |
String getGatewayType()
PaymentGatewayType with
only a single type. For instance, the Braintree module would have a
'BraintreePaymentGatewayType' implementation which defines its gateway type key.PaymentGatewayType related to implementing resourceCopyright © 2021. All rights reserved.