Uses of Class
Avalara.SDK.model.EInvoicing.V1.Identifier
-
Packages that use Identifier Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of Identifier in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return Identifier Modifier and Type Method Description IdentifierIdentifier. displayName(String displayName)static IdentifierIdentifier. fromJson(String jsonString)Create an instance of Identifier given an JSON stringIdentifierIdentifier. name(String name)IdentifierIdentifier. value(String value)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type Identifier Modifier and Type Method Description List<Identifier>TradingPartner. getIdentifiers()A list of identifiers associated with the trading partner.Methods in Avalara.SDK.model.EInvoicing.V1 with parameters of type Identifier Modifier and Type Method Description TradingPartnerTradingPartner. addIdentifiersItem(Identifier identifiersItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type Identifier Modifier and Type Method Description TradingPartnerTradingPartner. identifiers(List<Identifier> identifiers)voidTradingPartner. setIdentifiers(List<Identifier> identifiers)
-