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