Skip to content

Commit 47bd1e1

Browse files
committed
added AmazonCommercialServicesPtyLtd to taxcollection
1 parent 14adf62 commit 47bd1e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders/TaxCollection.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ public enum ResponsiblePartyEnum
6767
/// Enum AmazonServicesInc for value: Amazon Services, Inc.
6868
/// </summary>
6969
[EnumMember(Value = "Amazon Services, Inc.")]
70-
AmazonServicesInc = 1
70+
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
7177
}
7278

7379
/// <summary>

0 commit comments

Comments
 (0)