Class TransactionAddressModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionAddressModel
An address used within this transaction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for boundaryLevel The boundary level at which this address was validated.getCity()
Getter for city The city for the address.Getter for country The ISO 3166 country codegetId()
Getter for id The unique ID number of this address.Getter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId.Getter for latitude Latitude for this addressgetLine1()
Getter for line1 The first line of the address.getLine2()
Getter for line2 The second line of the address.getLine3()
Getter for line3 The third line of the address.Getter for longitude Longitude for this addressGetter for postalCode The postal code or zip code for the address.Getter for region The ISO 3166 region code.Getter for taxRegionId The unique ID number of the tax region for this address.Getter for transactionId The unique ID number of the document to which this address belongs.void
setBoundaryLevel
(BoundaryLevel value) Setter for boundaryLevel The boundary level at which this address was validated.void
Setter for city The city for the address.void
setCountry
(String value) Setter for country The ISO 3166 country codevoid
Setter for id The unique ID number of this address.void
Setter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId.void
setLatitude
(String value) Setter for latitude Latitude for this addressvoid
Setter for line1 The first line of the address.void
Setter for line2 The second line of the address.void
Setter for line3 The third line of the address.void
setLongitude
(String value) Setter for longitude Longitude for this addressvoid
setPostalCode
(String value) Setter for postalCode The postal code or zip code for the address.void
Setter for region The ISO 3166 region code.void
setTaxRegionId
(Integer value) Setter for taxRegionId The unique ID number of the tax region for this address.void
setTransactionId
(Long value) Setter for transactionId The unique ID number of the document to which this address belongs.toString()
Returns a JSON string representation of TransactionAddressModel
-
Constructor Details
-
TransactionAddressModel
public TransactionAddressModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this address. -
setId
Setter for id The unique ID number of this address. -
getTransactionId
Getter for transactionId The unique ID number of the document to which this address belongs. -
setTransactionId
Setter for transactionId The unique ID number of the document to which this address belongs. -
getBoundaryLevel
Getter for boundaryLevel The boundary level at which this address was validated. -
setBoundaryLevel
Setter for boundaryLevel The boundary level at which this address was validated. -
getLine1
Getter for line1 The first line of the address. -
setLine1
Setter for line1 The first line of the address. -
getLine2
Getter for line2 The second line of the address. -
setLine2
Setter for line2 The second line of the address. -
getLine3
Getter for line3 The third line of the address. -
setLine3
Setter for line3 The third line of the address. -
getCity
Getter for city The city for the address. -
setCity
Setter for city The city for the address. -
getRegion
Getter for region The ISO 3166 region code. E.g., the second part of ISO 3166-2. -
setRegion
Setter for region The ISO 3166 region code. E.g., the second part of ISO 3166-2. -
getPostalCode
Getter for postalCode The postal code or zip code for the address. -
setPostalCode
Setter for postalCode The postal code or zip code for the address. -
getCountry
Getter for country The ISO 3166 country code -
setCountry
Setter for country The ISO 3166 country code -
getTaxRegionId
Getter for taxRegionId The unique ID number of the tax region for this address. -
setTaxRegionId
Setter for taxRegionId The unique ID number of the tax region for this address. -
getLatitude
Getter for latitude Latitude for this address -
setLatitude
Setter for latitude Latitude for this address -
getLongitude
Getter for longitude Longitude for this address -
setLongitude
Setter for longitude Longitude for this address -
getJurisdictions
Getter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId. -
setJurisdictions
Setter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId. -
toString
Returns a JSON string representation of TransactionAddressModel
-