Class TaxCode

java.lang.Object
com.logicommerce.sdk.models.TaxCode

public class TaxCode extends Object
TaxCode model
Since:
1.3.0
Author:
Logicommerce
  • Constructor Details

    • TaxCode

      public TaxCode()
      Constructor for TaxCode.
    • TaxCode

      public TaxCode(String code, String description)
      Constructor for TaxCode.
      Parameters:
      code - a String object.
      description - a String object.
  • Method Details

    • getCode

      public String getCode()
      Getter for the field code.
      Returns:
      a String object.
    • setCode

      public void setCode(String value)
      Setter for the field code.
      Parameters:
      value - a String object.
    • getDescription

      public String getDescription()
      Getter for the field description.
      Returns:
      a String object.
    • setDescription

      public void setDescription(String value)
      Setter for the field description.
      Parameters:
      value - a String object.