Uses of Class
Avalara.SDK.model.EInvoicing.V1.Mandate
-
Packages that use Mandate Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of Mandate in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return Mandate Modifier and Type Method Description MandateMandate. addGetInvoiceAvailableMediaTypeItem(String getInvoiceAvailableMediaTypeItem)MandateMandate. addInputDataFormatsItem(InputDataFormats inputDataFormatsItem)MandateMandate. addOutputDataFormatsItem(OutputDataFormats outputDataFormatsItem)MandateMandate. addWorkflowIdsItem(WorkflowIds workflowIdsItem)MandateMandate. countryCode(String countryCode)MandateMandate. countryMandate(String countryMandate)MandateMandate. description(String description)MandateMandate. eInvoicingFlow(String eInvoicingFlow)MandateMandate. eInvoicingFlowDocumentationLink(String eInvoicingFlowDocumentationLink)static MandateMandate. fromJson(String jsonString)Create an instance of Mandate given an JSON stringMandateMandate. getInvoiceAvailableMediaType(List<String> getInvoiceAvailableMediaType)MandateMandate. inputDataFormats(List<InputDataFormats> inputDataFormats)MandateMandate. mandateFormat(String mandateFormat)MandateMandate. mandateId(String mandateId)MandateMandate. outputDataFormats(List<OutputDataFormats> outputDataFormats)MandateMandate. supportedByELRAPI(Boolean supportedByELRAPI)MandateMandate. supportsInboundDigitalDocument(String supportsInboundDigitalDocument)MandateMandate. workflowIds(List<WorkflowIds> workflowIds)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type Mandate Modifier and Type Method Description List<Mandate>MandatesResponse. getValue()Mandates schemaMethods in Avalara.SDK.model.EInvoicing.V1 with parameters of type Mandate Modifier and Type Method Description MandatesResponseMandatesResponse. addValueItem(Mandate valueItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type Mandate Modifier and Type Method Description voidMandatesResponse. setValue(List<Mandate> value)MandatesResponseMandatesResponse. value(List<Mandate> value)
-