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

com.formance.formance_sdk.Ledger Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/* 
 * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
 */

package com.formance.formance_sdk;

import com.formance.formance_sdk.models.operations.SDKMethodInterfaces.*; 

public class Ledger {

    private final SDKConfiguration sdkConfiguration;
    private final SDKV1 v1;
    private final V2 v2;

    Ledger(SDKConfiguration sdkConfiguration) {
        this.sdkConfiguration = sdkConfiguration;
        this.v1 = new SDKV1(this.sdkConfiguration);
        this.v2 = new V2(this.sdkConfiguration);
    }

    public final SDKV1 v1() {
        return v1;
    }

    public final V2 v2() {
        return v2;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy