Uses of Class
Avalara.SDK.model.EInvoicing.V1.Address
-
Packages that use Address Package Description Avalara.SDK.model.EInvoicing.V1 -
-
Uses of Address in Avalara.SDK.model.EInvoicing.V1
Methods in Avalara.SDK.model.EInvoicing.V1 that return Address Modifier and Type Method Description AddressAddress. city(String city)AddressAddress. country(String country)static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressAddress. line1(String line1)AddressAddress. line2(String line2)AddressAddress. postalCode(String postalCode)AddressAddress. state(String state)Methods in Avalara.SDK.model.EInvoicing.V1 that return types with arguments of type Address Modifier and Type Method Description List<Address>TradingPartner. getAddresses()Get addressesMethods in Avalara.SDK.model.EInvoicing.V1 with parameters of type Address Modifier and Type Method Description TradingPartnerTradingPartner. addAddressesItem(Address addressesItem)Method parameters in Avalara.SDK.model.EInvoicing.V1 with type arguments of type Address Modifier and Type Method Description TradingPartnerTradingPartner. addresses(List<Address> addresses)voidTradingPartner. setAddresses(List<Address> addresses)
-