We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eea74b1 + da70bc3 commit be7d6c6Copy full SHA for be7d6c6
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductPricing/MoneyType.cs
@@ -23,6 +23,12 @@ namespace FikaAmazonAPI.AmazonSpApiSDK.Models.ProductPricing
23
[DataContract]
24
public partial class MoneyType : IEquatable<MoneyType>, IValidatableObject
25
{
26
+ /// <summary>
27
+ /// Initializes a new instance of the <see cref="OfferDetail" /> class.
28
+ /// </summary>
29
+ [JsonConstructorAttribute]
30
+ public MoneyType() { }
31
+
32
/// <summary>
33
/// Initializes a new instance of the <see cref="MoneyType" /> class.
34
/// </summary>
0 commit comments