com.taxjar.model.transactions.RefundsResponse 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
The newest version!
package com.taxjar.model.transactions;
import java.util.List;
public class RefundsResponse {
public List refunds;
}