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

in.co.sandbox.api.client.gst.GSTClient Maven / Gradle / Ivy

/**
 * Copyright Aug 20, 2021, Quicko.
 * All Rights Reserved.
 * Confidential Information
 * Authored by Harsh Bagadia
 */
package in.co.sandbox.api.client.gst;

import in.co.sandbox.api.auth.ApiSessionCredentials;
import in.co.sandbox.api.client.RestClient;

// TODO: Auto-generated Javadoc
/**
 * The Class GSTClient.
 */
public class GSTClient extends RestClient
{

	/** The compliance. */
	public ComplianceClient COMPLIANCE;

	/**
	 * Instantiates a new GST client.
	 *
	 * @param apiSessionCredentials
	 *            the api session credentials
	 * @param enableDebugLog
	 *            the enable debug log
	 */
	public GSTClient(final ApiSessionCredentials apiSessionCredentials, final boolean enableDebugLog)
	{
		super(apiSessionCredentials, enableDebugLog);

		this.COMPLIANCE = new ComplianceClient(apiSessionCredentials, enableDebugLog);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy