Class Headers
Class with HTTP headers names
Inherited Members
Namespace: MercadoPago.Http
Assembly: MercadoPago.dll
Syntax
public static class Headers
Fields
| Edit this page View SourceACCEPT
Accept header name.
Declaration
public const string ACCEPT = "Accept"
Field Value
Type | Description |
---|---|
string |
AUTHORIZATION
Authorization header name.
Declaration
public const string AUTHORIZATION = "Authorization"
Field Value
Type | Description |
---|---|
string |
CONTENT_TYPE
Content Type header name.
Declaration
public const string CONTENT_TYPE = "Content-Type"
Field Value
Type | Description |
---|---|
string |
CORPORATION_ID
Corporation ID header name.
Declaration
public const string CORPORATION_ID = "X-Corporation-Id"
Field Value
Type | Description |
---|---|
string |
IDEMPOTENCY_KEY
Idempotency Key header name.
Declaration
public const string IDEMPOTENCY_KEY = "X-Idempotency-Key"
Field Value
Type | Description |
---|---|
string |
INTEGRATOR_ID
Integrator ID header name.
Declaration
public const string INTEGRATOR_ID = "X-Integrator-Id"
Field Value
Type | Description |
---|---|
string |
PLATFORM_ID
Platform ID header name.
Declaration
public const string PLATFORM_ID = "X-Platform-Id"
Field Value
Type | Description |
---|---|
string |
PRODUCT_ID
Internal product ID header name.
Declaration
public const string PRODUCT_ID = "X-Product-Id"
Field Value
Type | Description |
---|---|
string |
TRACKING_ID
Tracking ID header name.
Declaration
public const string TRACKING_ID = "X-Tracking-Id"
Field Value
Type | Description |
---|---|
string |
USER_AGENT
User Agent header name.
Declaration
public const string USER_AGENT = "User-Agent"
Field Value
Type | Description |
---|---|
string |