com.checkout.CustomEnvironment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
package com.checkout;
import lombok.Builder;
import lombok.Data;
import java.net.URI;
@Data
@Builder
public class CustomEnvironment implements IEnvironment {
private URI checkoutApi;
private URI filesApi;
private URI transfersApi;
private URI balancesApi;
private URI oAuthAuthorizationApi;
private boolean sandbox;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy