Class ChargebeeClient

java.lang.Object
com.chargebee.v4.client.ChargebeeClient
All Implemented Interfaces:
ClientMethods, AutoCloseable

public final class ChargebeeClient extends Object implements AutoCloseable
Immutable, thread-safe Chargebee API client with pluggable transport. Use the builder to create instances with custom configuration.

 ChargebeeClient client = ChargebeeClient.builder("cb_test_...", "acme")
     .build();