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

com.chargebee.BatchConstants Maven / Gradle / Ivy

There is a newer version: 3.26.0
Show newest version
package com.chargebee;

public interface BatchConstants {

    String CORRELATION_ID = "correlation_id";
    String RESULT_CONTENT_KEY = "content";
    String RESULTS_KEY = "results";
    String REQUESTS_KEY = "requests";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy