Uses of Class
Avalara.SDK.model.EInvoicing.V1.SubmitInteropDocument202Response
-
Packages that use SubmitInteropDocument202Response Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of SubmitInteropDocument202Response in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return SubmitInteropDocument202Response Modifier and Type Method Description SubmitInteropDocument202ResponseInteropApi. submitInteropDocument(InteropApi.SubmitInteropDocumentRequest requestParameters)Submit a document This API used by the interoperability partners to submit a document to their trading partners in Avalara on behalf of their customers.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type SubmitInteropDocument202Response Modifier and Type Method Description ApiResponse<SubmitInteropDocument202Response>InteropApi. submitInteropDocumentWithHttpInfo(InteropApi.SubmitInteropDocumentRequest requestParameters)Submit a document This API used by the interoperability partners to submit a document to their trading partners in Avalara on behalf of their customers.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type SubmitInteropDocument202Response Modifier and Type Method Description okhttp3.CallInteropApi. submitInteropDocumentAsync(InteropApi.SubmitInteropDocumentRequest requestParameters, ApiCallback<SubmitInteropDocument202Response> _callback)Submit a document (asynchronously) This API used by the interoperability partners to submit a document to their trading partners in Avalara on behalf of their customers. -
Uses of SubmitInteropDocument202Response in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return SubmitInteropDocument202Response Modifier and Type Method Description static SubmitInteropDocument202ResponseSubmitInteropDocument202Response. fromJson(String jsonString)Create an instance of SubmitInteropDocument202Response given an JSON stringSubmitInteropDocument202ResponseSubmitInteropDocument202Response. interchangeId(String interchangeId)SubmitInteropDocument202ResponseSubmitInteropDocument202Response. message(String message)
-