All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taxjar.model.summarized_rates.SummaryRateResponse Maven / Gradle / Ivy

There is a newer version: 5.0.3
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy