All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plaid.client.PlaidHeaders Maven / Gradle / Ivy

There is a newer version: 27.0.0
Show newest version
package com.plaid.client;

class PlaidHeaders {
  static final String PLAID_API_VERSION = "2018-05-22";
  static final String PLAID_API_VERSION_OVERRIDE_HEADER = "Plaid-Version";
  static final String PLAID_API_USER_AGENT_HEADER = "User-Agent";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy