Uses of Class
Avalara.SDK.model.EInvoicing.V1.SupportedDocumentTypes
-
Packages that use SupportedDocumentTypes Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of SupportedDocumentTypes in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return SupportedDocumentTypes Modifier and Type Method Description SupportedDocumentTypesSupportedDocumentTypes. addExtensionsItem(Extension extensionsItem)SupportedDocumentTypesSupportedDocumentTypes. extensions(List<Extension> extensions)static SupportedDocumentTypesSupportedDocumentTypes. fromJson(String jsonString)Create an instance of SupportedDocumentTypes given an JSON stringSupportedDocumentTypesSupportedDocumentTypes. name(String name)SupportedDocumentTypesSupportedDocumentTypes. supportedByAvalara(Boolean supportedByAvalara)SupportedDocumentTypesSupportedDocumentTypes. supportedByTradingPartner(Boolean supportedByTradingPartner)SupportedDocumentTypesSupportedDocumentTypes. value(String value)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type SupportedDocumentTypes Modifier and Type Method Description List<SupportedDocumentTypes>TradingPartner. getSupportedDocumentTypes()A list of document types supported by the trading partner for exchange.Methods in Avalara.SDK.model.EInvoicing.V1 with parameters of type SupportedDocumentTypes Modifier and Type Method Description TradingPartnerTradingPartner. addSupportedDocumentTypesItem(SupportedDocumentTypes supportedDocumentTypesItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type SupportedDocumentTypes Modifier and Type Method Description voidTradingPartner. setSupportedDocumentTypes(List<SupportedDocumentTypes> supportedDocumentTypes)TradingPartnerTradingPartner. supportedDocumentTypes(List<SupportedDocumentTypes> supportedDocumentTypes)
-