java.lang.Object
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.TaxIdentifier

public class TaxIdentifier extends Object
  • Constructor Details

    • TaxIdentifier

      public TaxIdentifier()
  • Method Details

    • getTaxableEntityType

      public String getTaxableEntityType()
    • getIdentifierType

      public String getIdentifierType()
    • getIssuingAuthority

      public String getIssuingAuthority()
    • getValue

      public String getValue()
    • setTaxableEntityType

      public void setTaxableEntityType(String taxableEntityType)
    • setIdentifierType

      public void setIdentifierType(String identifierType)
    • setIssuingAuthority

      public void setIssuingAuthority(String issuingAuthority)
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object