You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/models/DeclareNexusByAddressModel.cs
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,23 @@ public class DeclareNexusByAddressModel
37
37
/// </summary>
38
38
publicDateTime?endDate{get;set;}
39
39
40
+
/// <summary>
41
+
/// The type group of nexus that this company is declaring
42
+
/// Use [ListTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListTaxTypeGroups/) API for a list of nexus tax type groups.
43
+
///
44
+
/// This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
45
+
/// NOTE: This optional field will trigger nexus subtype lookup when populated. When using make sure TaxTypeGroup matches corresponding NexusTaxTypeGroup
46
+
/// </summary>
47
+
publicStringtaxTypeGroup{get;set;}
48
+
49
+
/// <summary>
50
+
/// The type of nexus that this company is declaring.Replaces NexusTypeId.
51
+
/// Use [ListNexusTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListNexusTaxTypeGroups/) API for a list of nexus tax type groups.
52
+
///
53
+
/// This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
0 commit comments