Class MarketplaceLocationModel

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

public class MarketplaceLocationModel extends Object
Marketplace Location Output model
  • Constructor Details

    • MarketplaceLocationModel

      public MarketplaceLocationModel()
  • Method Details

    • getRegion

      public String getRegion()
      Getter for region Marketplace Location State
    • setRegion

      public void setRegion(String value)
      Setter for region Marketplace Location State
    • getCountry

      public String getCountry()
      Getter for country Marketplace Location Country
    • setCountry

      public void setCountry(String value)
      Setter for country Marketplace Location Country
    • getMarketplaceId

      public String getMarketplaceId()
      Getter for marketplaceId Marketplace Location Id
    • setMarketplaceId

      public void setMarketplaceId(String value)
      Setter for marketplaceId Marketplace Location Id
    • getMarketplace

      public String getMarketplace()
      Getter for marketplace Marketplace Location
    • setMarketplace

      public void setMarketplace(String value)
      Setter for marketplace Marketplace Location
    • getMarketplaceAdoptionDate

      public Date getMarketplaceAdoptionDate()
      Getter for marketplaceAdoptionDate Marketplace Location Adoption Date
    • setMarketplaceAdoptionDate

      public void setMarketplaceAdoptionDate(Date value)
      Setter for marketplaceAdoptionDate Marketplace Location Adoption Date
    • getMarketplaceEndDate

      public Date getMarketplaceEndDate()
      Getter for marketplaceEndDate Marketplace Location End Date
    • setMarketplaceEndDate

      public void setMarketplaceEndDate(Date value)
      Setter for marketplaceEndDate Marketplace Location End Date
    • getLegislativeEffectiveDate

      public Date getLegislativeEffectiveDate()
      Getter for legislativeEffectiveDate Marketplace Location Legislative Effective Date
    • setLegislativeEffectiveDate

      public void setLegislativeEffectiveDate(Date value)
      Setter for legislativeEffectiveDate Marketplace Location Legislative Effective Date
    • getEnforcementDate

      public Date getEnforcementDate()
      Getter for enforcementDate Marketplace Location Enforcement Date
    • setEnforcementDate

      public void setEnforcementDate(Date value)
      Setter for enforcementDate Marketplace Location Enforcement Date
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate Marketplace Location Created Date
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate Marketplace Location Created Date
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate Marketplace Location Modified Date
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate Marketplace Location Modified Date
    • toString

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