Skip to content

Commit

Permalink
Merge pull request #633 from tank104/AddMissingResponsiblePartyFromTa…
Browse files Browse the repository at this point in the history
…xCollection

Added missing (undocumented) Australia tax collection responsible party.
  • Loading branch information
abuzuhri authored Aug 9, 2023
2 parents 85e9700 + 2151337 commit 6e4f74d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ public enum ResponsiblePartyEnum
/// </summary>
[EnumMember(Value = "LowValueGoods")]
LowValueGoods = 2,

/// <summary>
/// Enum AmazonServicesInc for value: Amazon Commercial Services Pty Ltd (undocumented but exists)
/// </summary>
[EnumMember(Value = "Amazon Commercial Services Pty Ltd")]
AmazonCommercialServicesPtyLtd = 3,
}

/// <summary>
Expand Down

0 comments on commit 6e4f74d

Please sign in to comment.