Uses of Class
Avalara.SDK.api.EInvoicing.V1.MandatesApi.GetMandatesRequest
-
Packages that use MandatesApi.GetMandatesRequest Package Description Avalara.SDK.api.EInvoicing.V1 -
-
Uses of MandatesApi.GetMandatesRequest in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return MandatesApi.GetMandatesRequest Modifier and Type Method Description MandatesApi.GetMandatesRequestMandatesApi. getGetMandatesRequest()Getter function to instantiate Request classMethods in Avalara.SDK.api.EInvoicing.V1 with parameters of type MandatesApi.GetMandatesRequest Modifier and Type Method Description MandatesResponseMandatesApi. getMandates(MandatesApi.GetMandatesRequest requestParameters)List country mandates that are supported by the Avalara E-Invoicing platform This endpoint offers a list of country mandates supported by the Avalara E-Invoicing API.okhttp3.CallMandatesApi. getMandatesAsync(MandatesApi.GetMandatesRequest requestParameters, ApiCallback<MandatesResponse> _callback)List country mandates that are supported by the Avalara E-Invoicing platform (asynchronously) This endpoint offers a list of country mandates supported by the Avalara E-Invoicing API.okhttp3.CallMandatesApi. getMandatesCall(MandatesApi.GetMandatesRequest requestParameters, ApiCallback _callback)Build call for getMandatesApiResponse<MandatesResponse>MandatesApi. getMandatesWithHttpInfo(MandatesApi.GetMandatesRequest requestParameters)List country mandates that are supported by the Avalara E-Invoicing platform This endpoint offers a list of country mandates supported by the Avalara E-Invoicing API.
-