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

me.figo.internal.SyncScope Maven / Gradle / Ivy

Go to download

This SDK eases the development of Java applications and web services consuming the figo connect API. Figo connect allows developers simple access to users bank data on a trustworthy basis. Users can grant your application access to certain parts of their bank accounts and you can access them without worrying about the inner workings of online banking.

The newest version!
/**
 * 
 */
package me.figo.internal;

/**
 * Defines the scope of the synchronization.
* "ACCOUNTS": Only fetch basic account data (e.g. holder name, IBAN etc.). Add new provider accounts to previously synced accesses.
* "TRANSACTIONS": Fetch transaction and account data. * @author Daniel * */ public enum SyncScope { ACCOUNTS,TRANSACTIONS }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy