Package com.mercadopago.net
Class Headers
- java.lang.Object
-
- com.mercadopago.net.Headers
-
public class Headers extends Object
Headers class.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
static String
AUTHORIZATION
static String
CONTENT_TYPE
static String
CORPORATION_ID
static String
IDEMPOTENCY_KEY
static String
INTEGRATOR_ID
static String
PLATFORM_ID
static String
PRODUCT_ID
static String
TRACKING_ID
static String
USER_AGENT
-
Constructor Summary
Constructors Constructor Description Headers()
-
-
-
Field Detail
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
IDEMPOTENCY_KEY
public static final String IDEMPOTENCY_KEY
- See Also:
- Constant Field Values
-
PRODUCT_ID
public static final String PRODUCT_ID
- See Also:
- Constant Field Values
-
TRACKING_ID
public static final String TRACKING_ID
- See Also:
- Constant Field Values
-
CORPORATION_ID
public static final String CORPORATION_ID
- See Also:
- Constant Field Values
-
INTEGRATOR_ID
public static final String INTEGRATOR_ID
- See Also:
- Constant Field Values
-
PLATFORM_ID
public static final String PLATFORM_ID
- See Also:
- Constant Field Values
-
-