File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentOutbound Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,16 @@ public Currency() { }
6060 /// Three-digit currency code in ISO 4217 format.
6161 /// </summary>
6262 /// <value>Three-digit currency code in ISO 4217 format.</value>
63- [ DataMember ( Name = "CurrencyCode" , EmitDefaultValue = false ) ]
63+ [ DataMember ( Name = "currencyCode" , EmitDefaultValue = false ) ]
64+ [ JsonProperty ( PropertyName = "currencyCode" ) ]
6465 public string CurrencyCode { get ; set ; }
6566
6667 /// <summary>
6768 /// The currency amount.
6869 /// </summary>
6970 /// <value>The currency amount.</value>
70- [ DataMember ( Name = "Value" , EmitDefaultValue = false ) ]
71+ [ DataMember ( Name = "value" , EmitDefaultValue = false ) ]
72+ [ JsonProperty ( PropertyName = "value" ) ]
7173 public string Value { get ; set ; }
7274
7375 /// <summary>
You can’t perform that action at this time.
0 commit comments