Class TransactionAddressModel

java.lang.Object
net.avalara.avatax.rest.client.models.TransactionAddressModel

public class TransactionAddressModel extends Object
An address used within this transaction.
  • Constructor Details

    • TransactionAddressModel

      public TransactionAddressModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID number of this address.
    • setId

      public void setId(Long value)
      Setter for id The unique ID number of this address.
    • getTransactionId

      public Long getTransactionId()
      Getter for transactionId The unique ID number of the document to which this address belongs.
    • setTransactionId

      public void setTransactionId(Long value)
      Setter for transactionId The unique ID number of the document to which this address belongs.
    • getBoundaryLevel

      public BoundaryLevel getBoundaryLevel()
      Getter for boundaryLevel The boundary level at which this address was validated.
    • setBoundaryLevel

      public void setBoundaryLevel(BoundaryLevel value)
      Setter for boundaryLevel The boundary level at which this address was validated.
    • getLine1

      public String getLine1()
      Getter for line1 The first line of the address.
    • setLine1

      public void setLine1(String value)
      Setter for line1 The first line of the address.
    • getLine2

      public String getLine2()
      Getter for line2 The second line of the address.
    • setLine2

      public void setLine2(String value)
      Setter for line2 The second line of the address.
    • getLine3

      public String getLine3()
      Getter for line3 The third line of the address.
    • setLine3

      public void setLine3(String value)
      Setter for line3 The third line of the address.
    • getCity

      public String getCity()
      Getter for city The city for the address.
    • setCity

      public void setCity(String value)
      Setter for city The city for the address.
    • getRegion

      public String getRegion()
      Getter for region The ISO 3166 region code. E.g., the second part of ISO 3166-2.
    • setRegion

      public void setRegion(String value)
      Setter for region The ISO 3166 region code. E.g., the second part of ISO 3166-2.
    • getPostalCode

      public String getPostalCode()
      Getter for postalCode The postal code or zip code for the address.
    • setPostalCode

      public void setPostalCode(String value)
      Setter for postalCode The postal code or zip code for the address.
    • getCountry

      public String getCountry()
      Getter for country The ISO 3166 country code
    • setCountry

      public void setCountry(String value)
      Setter for country The ISO 3166 country code
    • getTaxRegionId

      public Integer getTaxRegionId()
      Getter for taxRegionId The unique ID number of the tax region for this address.
    • setTaxRegionId

      public void setTaxRegionId(Integer value)
      Setter for taxRegionId The unique ID number of the tax region for this address.
    • getLatitude

      public String getLatitude()
      Getter for latitude Latitude for this address
    • setLatitude

      public void setLatitude(String value)
      Setter for latitude Latitude for this address
    • getLongitude

      public String getLongitude()
      Getter for longitude Longitude for this address
    • setLongitude

      public void setLongitude(String value)
      Setter for longitude Longitude for this address
    • getJurisdictions

      public ArrayList<JurisdictionModel> getJurisdictions()
      Getter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId.
    • setJurisdictions

      public void setJurisdictions(ArrayList<JurisdictionModel> value)
      Setter for jurisdictions List of all the qualified jurisdictions for the TaxRegionId.
    • toString

      public String toString()
      Returns a JSON string representation of TransactionAddressModel
      Overrides:
      toString in class Object