com.stripe
Class Stripe
java.lang.Object
com.stripe.Stripe
public abstract class Stripe
- extends Object
|
Method Summary |
static String |
getApiBase()
|
static void |
overrideApiBase(String overriddenApiBase)
(FOR TESTING ONLY)
If you'd like your API requests to hit your own (mocked) server,
you can set this up here by overriding the base api URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIVE_API_BASE
public static final String LIVE_API_BASE
- See Also:
- Constant Field Values
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
apiKey
public static String apiKey
apiVersion
public static String apiVersion
Stripe
public Stripe()
overrideApiBase
public static void overrideApiBase(String overriddenApiBase)
- (FOR TESTING ONLY)
If you'd like your API requests to hit your own (mocked) server,
you can set this up here by overriding the base api URL.
getApiBase
public static String getApiBase()
Copyright © 2014 Stripe. All rights reserved.