
com.vendasta.sales.v1.SalesClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sales.v1 Show documentation
Show all versions of sales.v1 Show documentation
Java SDK for service sales
The newest version!
package com.vendasta.sales.v1;
import com.vendasta.vax.Environment;
import com.vendasta.sales.v1.internal.SalesGeneratedClient;
public class SalesClient extends SalesGeneratedClient {
public SalesClient(Environment environment) {
super(environment);
}
public SalesClient(Environment environment, float defaultTimeout) {
super(environment, defaultTimeout);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy