Class StripeResponseGetterOptions

java.lang.Object
com.stripe.net.StripeResponseGetterOptions
Direct Known Subclasses:
GlobalStripeResponseGetterOptions

public abstract class StripeResponseGetterOptions extends Object
Controls how the request is sent by StripeResponseGetter
  • Constructor Details

    • StripeResponseGetterOptions

      public StripeResponseGetterOptions()
  • Method Details

    • getApiKey

      public abstract String getApiKey()
    • getClientId

      public abstract String getClientId()
    • getConnectTimeout

      public abstract int getConnectTimeout()
    • getConnectionProxy

      public abstract Proxy getConnectionProxy()
    • getMaxNetworkRetries

      public abstract int getMaxNetworkRetries()
    • getProxyCredential

      public abstract PasswordAuthentication getProxyCredential()
    • getApiBase

      public abstract String getApiBase()
    • getFilesBase

      public abstract String getFilesBase()
    • getConnectBase

      public abstract String getConnectBase()
    • getReadTimeout

      public abstract int getReadTimeout()