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

com.gocardless.package-info Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
/**
 * 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