We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14adf62 commit 47bd1e1Copy full SHA for 47bd1e1
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders/TaxCollection.cs
@@ -67,7 +67,13 @@ public enum ResponsiblePartyEnum
67
/// Enum AmazonServicesInc for value: Amazon Services, Inc.
68
/// </summary>
69
[EnumMember(Value = "Amazon Services, Inc.")]
70
- AmazonServicesInc = 1
+ AmazonServicesInc = 1,
71
+
72
+ /// <summary>
73
+ /// Enum AmazonCommercialServicesPtyLtd for value: Amazon Commercial Services Pty Ltd
74
+ /// </summary>
75
+ [EnumMember(Value = "Amazon Commercial Services Pty Ltd")]
76
+ AmazonCommercialServicesPtyLtd = 2
77
}
78
79
/// <summary>
0 commit comments