Interface PaymentGatewayTypeAware

    • Method Detail

      • getGatewayType

        String getGatewayType()
        Each payment module should have a unique implementation of PaymentGatewayType with only a single type. For instance, the Braintree module would have a 'BraintreePaymentGatewayType' implementation which defines its gateway type key.
        Returns:
        The PaymentGatewayType related to implementing resource