com.chargebee.BatchConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chargebee-java Show documentation
Show all versions of chargebee-java Show documentation
Java client library for ChargeBee API
package com.chargebee;
public interface BatchConstants {
String CORRELATION_ID = "correlation_id";
String RESULT_CONTENT_KEY = "content";
String RESULTS_KEY = "results";
String REQUESTS_KEY = "requests";
}