Uses of Interface
org.starhope.appius.pay.util.PaymentGatewayReal

Packages that use PaymentGatewayReal
org.starhope.appius.mb   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
 

Uses of PaymentGatewayReal in org.starhope.appius.mb
 

Classes in org.starhope.appius.mb that implement PaymentGatewayReal
 class PaymentGateway
          A payment gateway is a transaction broker for payments.
 

Fields in org.starhope.appius.mb declared as PaymentGatewayReal
private  PaymentGatewayReal PaymentGateway.implementation
           
private  PaymentGatewayReal Payment.paymentGateway
          Through what payment gateway was this payment processed?
 

Methods in org.starhope.appius.mb that return PaymentGatewayReal
static PaymentGatewayReal PaymentGateway.getByClass(Class<? extends PaymentGatewayReal> klass)
           
private  PaymentGatewayReal PaymentGateway.getImplementation()
           
 

Methods in org.starhope.appius.mb that return types with arguments of type PaymentGatewayReal
static Class<? extends PaymentGatewayReal> PaymentGateway.get(String id)
           
 

Methods in org.starhope.appius.mb with parameters of type PaymentGatewayReal
 void Payment.setPaymentGateway(PaymentGatewayReal paymentGatewayReal)
           
 

Method parameters in org.starhope.appius.mb with type arguments of type PaymentGatewayReal
static PaymentGatewayReal PaymentGateway.getByClass(Class<? extends PaymentGatewayReal> klass)
           
 

Uses of PaymentGatewayReal in org.starhope.appius.pay
 

Classes in org.starhope.appius.pay that implement PaymentGatewayReal
 class AuthorizeNetGateway
           
 class PayPalGateway
           
 

Uses of PaymentGatewayReal in org.starhope.appius.pay.util
 

Fields in org.starhope.appius.pay.util with type parameters of type PaymentGatewayReal
private  Class<? extends PaymentGatewayReal> UnsupportedCredentialException.gateway
           
 

Constructor parameters in org.starhope.appius.pay.util with type arguments of type PaymentGatewayReal
UnsupportedCredentialException(Class<? extends PaymentGatewayReal> who, CredentialType credentialType, String string)