Uses of Class
Avalara.SDK.model.EInvoicing.V1.TaxIdentifierResponse
-
Packages that use TaxIdentifierResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of TaxIdentifierResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return TaxIdentifierResponse Modifier and Type Method Description TaxIdentifierResponseTaxIdentifiersApi. validateTaxIdentifier(TaxIdentifiersApi.ValidateTaxIdentifierRequest requestParameters)Validates a tax identifier.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type TaxIdentifierResponse Modifier and Type Method Description ApiResponse<TaxIdentifierResponse>TaxIdentifiersApi. validateTaxIdentifierWithHttpInfo(TaxIdentifiersApi.ValidateTaxIdentifierRequest requestParameters)Validates a tax identifier.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type TaxIdentifierResponse Modifier and Type Method Description okhttp3.CallTaxIdentifiersApi. validateTaxIdentifierAsync(TaxIdentifiersApi.ValidateTaxIdentifierRequest requestParameters, ApiCallback<TaxIdentifierResponse> _callback)Validates a tax identifier. -
Uses of TaxIdentifierResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return TaxIdentifierResponse Modifier and Type Method Description TaxIdentifierResponseTaxIdentifierResponse. countryCode(String countryCode)static TaxIdentifierResponseTaxIdentifierResponse. fromJson(String jsonString)Create an instance of TaxIdentifierResponse given an JSON stringTaxIdentifierResponseTaxIdentifierResponse. value(TaxIdentifierResponseValue value)
-