com.gocardless.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gocardless-pro Show documentation
Show all versions of gocardless-pro Show documentation
Client library for accessing the GoCardless Pro API
/**
* Java client library for the GoCardless API.
*
* The main entry point into this library is {@link com.gocardless.GoCardlessClient}. This can be
* created as follows:
*
*
* String accessToken = "AO00000123";
* GoCardlessClient client = GoCardlessClient.create(accessToken);
*
*
* The API can then be accessed by calling the various service methods on {@code client}.
*/
package com.gocardless;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy