Uses of Class
Avalara.SDK.model.EInvoicing.V1.MandatesResponse
-
Packages that use MandatesResponse Package Description Avalara.SDK.api.EInvoicing.V1 Avalara.SDK.model.EInvoicing.V1 -
-
Uses of MandatesResponse in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return MandatesResponse 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.Methods in Avalara.SDK.api.EInvoicing.V1 that return types with arguments of type MandatesResponse Modifier and Type Method Description ApiResponse<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.Method parameters in Avalara.SDK.api.EInvoicing.V1 with type arguments of type MandatesResponse Modifier and Type Method Description 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. -
Uses of MandatesResponse in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return MandatesResponse Modifier and Type Method Description MandatesResponseMandatesResponse. addValueItem(Mandate valueItem)MandatesResponseMandatesResponse. atNextLink(String atNextLink)MandatesResponseMandatesResponse. atRecordsetCount(BigDecimal atRecordsetCount)static MandatesResponseMandatesResponse. fromJson(String jsonString)Create an instance of MandatesResponse given an JSON stringMandatesResponseMandatesResponse. value(List<Mandate> value)
-