Class NexusByAddressModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusByAddressModel
Contains information about nexus jurisdictions that were declared
as a result of a call to `DeclareNexusByAddress`. For each address,
this object model contains a list of the nexus objects that were declared
according to the geocoding that corresponds to this address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for addressGetter for declaredNexus List of all nexus objects that were affected by declaring nexus at the address specified by `address`.void
Setter for addressvoid
setDeclaredNexus
(ArrayList<NexusModel> value) Setter for declaredNexus List of all nexus objects that were affected by declaring nexus at the address specified by `address`.toString()
Returns a JSON string representation of NexusByAddressModel
-
Constructor Details
-
NexusByAddressModel
public NexusByAddressModel()
-
-
Method Details
-
getAddress
Getter for address -
setAddress
Setter for address -
getDeclaredNexus
Getter for declaredNexus List of all nexus objects that were affected by declaring nexus at the address specified by `address`. -
setDeclaredNexus
Setter for declaredNexus List of all nexus objects that were affected by declaring nexus at the address specified by `address`. -
toString
Returns a JSON string representation of NexusByAddressModel
-