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.voidsetBoundaryLevel(BoundaryLevel value) Setter for boundaryLevel The boundary level at which this address was validated.voidSetter for city The city for the address.voidsetCountry(String value) Setter for country The ISO 3166 country codevoidSetter for id The unique ID number of this address.voidSetter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId.voidsetLatitude(String value) Setter for latitude Latitude for this addressvoidSetter for line1 The first line of the address.voidSetter for line2 The second line of the address.voidSetter for line3 The third line of the address.voidsetLongitude(String value) Setter for longitude Longitude for this addressvoidsetPostalCode(String value) Setter for postalCode The postal code or zip code for the address.voidSetter for region The ISO 3166 region code.voidsetTaxRegionId(Integer value) Setter for taxRegionId The unique ID number of the tax region for this address.voidsetTransactionId(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
-