com.formance.formance_sdk.Reconciliation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of formance-sdk Show documentation
Show all versions of formance-sdk Show documentation
SDK enabling Java developers to easily integrate with the Formance API.
/*
* 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 Reconciliation {
private final SDKConfiguration sdkConfiguration;
private final SDKReconciliationV1 v1;
Reconciliation(SDKConfiguration sdkConfiguration) {
this.sdkConfiguration = sdkConfiguration;
this.v1 = new SDKReconciliationV1(this.sdkConfiguration);
}
public final SDKReconciliationV1 v1() {
return v1;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy