com.payu.sdk.api.constants.Headers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A fresh implementation of the PayU API Client for Android
The newest version!
package com.payu.sdk.api.constants;
public final class Headers {
public static final String ACCEPT_HEADER_NAME = "Accept";
public static final String ACCEPT_HEADER_JSON = "application/json";
public static final String AUTHORIZATION_HEADER_NAME = "Authorization";
public static final String IF_MATCH_HEADER_NAME = "If-Match";
}