Package Avalara.SDK
Class ApiResponse<T>
- java.lang.Object
-
- Avalara.SDK.ApiResponse<T>
-
public class ApiResponse<T> extends Object
API response returned by API call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetData()Get thedata.Map<String,List<String>>getHeaders()Get theheaders.intgetStatusCode()Get thestatus code.
-