Uses of Class
Avalara.SDK.model.EInvoicing.V1.DocumentSubmitResponse
-
Packages that use DocumentSubmitResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of DocumentSubmitResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentSubmitResponse Modifier and Type Method Description DocumentSubmitResponseDocumentsApi. submitDocument(DocumentsApi.SubmitDocumentRequest requestParameters)Submits a document to Avalara E-Invoicing API When a UBL document is sent to this endpoint, it generates a document in the required format as mandated by the specified country.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type DocumentSubmitResponse Modifier and Type Method Description ApiResponse<DocumentSubmitResponse>DocumentsApi. submitDocumentWithHttpInfo(DocumentsApi.SubmitDocumentRequest requestParameters)Submits a document to Avalara E-Invoicing API When a UBL document is sent to this endpoint, it generates a document in the required format as mandated by the specified country.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type DocumentSubmitResponse Modifier and Type Method Description okhttp3.CallDocumentsApi. submitDocumentAsync(DocumentsApi.SubmitDocumentRequest requestParameters, ApiCallback<DocumentSubmitResponse> _callback)Submits a document to Avalara E-Invoicing API (asynchronously) When a UBL document is sent to this endpoint, it generates a document in the required format as mandated by the specified country. -
Uses of DocumentSubmitResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return DocumentSubmitResponse Modifier and Type Method Description static DocumentSubmitResponseDocumentSubmitResponse. fromJson(String jsonString)Create an instance of DocumentSubmitResponse given an JSON stringDocumentSubmitResponseDocumentSubmitResponse. id(String id)
-