@@ -14,23 +14,23 @@ public class TaxDetail extends Resource {
1414
1515 /**
1616 * Whether or not the line item is taxable. Only populated for a single LineItem fetch when
17- * Avalara for Communications is enabled.
17+ * Avalara for Communications or Vertex is enabled.
1818 */
1919 @ SerializedName ("billable" )
2020 @ Expose
2121 private Boolean billable ;
2222
2323 /**
2424 * Provides the jurisdiction level for the Communications tax applied. Example values include
25- * city, state and federal. Present only when Avalara for Communications is enabled.
25+ * city, state and federal. Present only when Avalara for Communications or Vertex is enabled.
2626 */
2727 @ SerializedName ("level" )
2828 @ Expose
2929 private String level ;
3030
3131 /**
3232 * Provides the name of the Communications tax applied. Present only when Avalara for
33- * Communications is enabled.
33+ * Communications or Vertex is enabled.
3434 */
3535 @ SerializedName ("name" )
3636 @ Expose
@@ -56,55 +56,56 @@ public class TaxDetail extends Resource {
5656
5757 /**
5858 * Provides the tax type for the region or type of Comminications tax when Avalara for
59- * Communications is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
59+ * Communications or Vertex is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
6060 */
6161 @ SerializedName ("type" )
6262 @ Expose
6363 private String type ;
6464
6565 /**
6666 * Whether or not the line item is taxable. Only populated for a single LineItem fetch when
67- * Avalara for Communications is enabled.
67+ * Avalara for Communications or Vertex is enabled.
6868 */
6969 public Boolean getBillable () {
7070 return this .billable ;
7171 }
7272
7373 /**
7474 * @param billable Whether or not the line item is taxable. Only populated for a single LineItem
75- * fetch when Avalara for Communications is enabled.
75+ * fetch when Avalara for Communications or Vertex is enabled.
7676 */
7777 public void setBillable (final Boolean billable ) {
7878 this .billable = billable ;
7979 }
8080
8181 /**
8282 * Provides the jurisdiction level for the Communications tax applied. Example values include
83- * city, state and federal. Present only when Avalara for Communications is enabled.
83+ * city, state and federal. Present only when Avalara for Communications or Vertex is enabled.
8484 */
8585 public String getLevel () {
8686 return this .level ;
8787 }
8888
8989 /**
9090 * @param level Provides the jurisdiction level for the Communications tax applied. Example values
91- * include city, state and federal. Present only when Avalara for Communications is enabled.
91+ * include city, state and federal. Present only when Avalara for Communications or Vertex is
92+ * enabled.
9293 */
9394 public void setLevel (final String level ) {
9495 this .level = level ;
9596 }
9697
9798 /**
9899 * Provides the name of the Communications tax applied. Present only when Avalara for
99- * Communications is enabled.
100+ * Communications or Vertex is enabled.
100101 */
101102 public String getName () {
102103 return this .name ;
103104 }
104105
105106 /**
106107 * @param name Provides the name of the Communications tax applied. Present only when Avalara for
107- * Communications is enabled.
108+ * Communications or Vertex is enabled.
108109 */
109110 public void setName (final String name ) {
110111 this .name = name ;
@@ -149,15 +150,16 @@ public void setTax(final BigDecimal tax) {
149150
150151 /**
151152 * Provides the tax type for the region or type of Comminications tax when Avalara for
152- * Communications is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
153+ * Communications or Vertex is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
153154 */
154155 public String getType () {
155156 return this .type ;
156157 }
157158
158159 /**
159160 * @param type Provides the tax type for the region or type of Comminications tax when Avalara for
160- * Communications is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
161+ * Communications or Vertex is enabled. For Canadian Sales Tax, this will be GST, HST, QST or
162+ * PST.
161163 */
162164 public void setType (final String type ) {
163165 this .type = type ;
0 commit comments