Skip to content

Commit 277cc83

Browse files
authored
Merge pull request #251 from hellokids86/main
added AmazonCommercialServicesPtyLtd to taxcollection
2 parents ce32d08 + 47bd1e1 commit 277cc83

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)