com.taxjar.model.customers.CustomersResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of taxjar-java Show documentation
Show all versions of taxjar-java Show documentation
TaxJar Java Sales Tax API Client
package com.taxjar.model.customers;
import java.util.List;
public class CustomersResponse {
public List customers;
}