Uses of Class
Avalara.SDK.model.A1099.V2.ErrorResponseErrorsInner
-
Packages that use ErrorResponseErrorsInner Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of ErrorResponseErrorsInner in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return ErrorResponseErrorsInner Modifier and Type Method Description static ErrorResponseErrorsInnerErrorResponseErrorsInner. fromJson(String jsonString)Create an instance of ErrorResponseErrorsInner given an JSON stringMethods in Avalara.SDK.model.A1099.V2 that return types with arguments of type ErrorResponseErrorsInner Modifier and Type Method Description List<ErrorResponseErrorsInner>ErrorResponse. getErrors()Get errorsMethods in Avalara.SDK.model.A1099.V2 with parameters of type ErrorResponseErrorsInner Modifier and Type Method Description ErrorResponseErrorResponse. addErrorsItem(ErrorResponseErrorsInner errorsItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type ErrorResponseErrorsInner Modifier and Type Method Description ErrorResponseErrorResponse. errors(List<ErrorResponseErrorsInner> errors)voidErrorResponse. setErrors(List<ErrorResponseErrorsInner> errors)
-