Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: make CurrencyCode optional
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 26, 2020
1 parent dcffdec commit 6081b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ Under each section are methods that perform "actions" on the MWS API parses the
| Name | Type | Example | Required |
|--------------------- |--------------------- |------------ |---------- |
| Amount | number | 1000 | No |
| CurrencyCode | string | 'USD' | Yes |
| CurrencyCode | string | 'USD' | No |

* [Possible values for CurrencyCode](http://docs.developer.amazonservices.com/en_CA/products/Products_Datatypes.html#MoneyType)

Expand Down

0 comments on commit 6081b3f

Please sign in to comment.