Interface PaymentGatewayType

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultPaymentGatewayTypes

public interface PaymentGatewayType extends Serializable
Identifies the payment gateway related to a given PaymentRequest or PaymentResponse. The expectation is that each payment gateway implementation will implement this interface to define its unique gateway identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details