com.formance.formance_sdk.Webhooks 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 Webhooks {
private final SDKConfiguration sdkConfiguration;
private final SDKWebhooksV1 v1;
Webhooks(SDKConfiguration sdkConfiguration) {
this.sdkConfiguration = sdkConfiguration;
this.v1 = new SDKWebhooksV1(this.sdkConfiguration);
}
public final SDKWebhooksV1 v1() {
return v1;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy