com.taxjar.model.summarized_rates.SummaryRateResponse 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.summarized_rates;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class SummaryRateResponse {
@SerializedName("summary_rates")
public List summaryRates;
}