Skip to content

Commit be7d6c6

Browse files
authored
Merge pull request #211 from dHanel/patch-1
Added empty constructor to MoneyType
2 parents eea74b1 + da70bc3 commit be7d6c6

File tree

1 file changed

+6
-0
lines changed
  • Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductPricing

1 file changed

+6
-0
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductPricing/MoneyType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ namespace FikaAmazonAPI.AmazonSpApiSDK.Models.ProductPricing
2323
[DataContract]
2424
public partial class MoneyType : IEquatable<MoneyType>, IValidatableObject
2525
{
26+
/// <summary>
27+
/// Initializes a new instance of the <see cref="OfferDetail" /> class.
28+
/// </summary>
29+
[JsonConstructorAttribute]
30+
public MoneyType() { }
31+
2632
/// <summary>
2733
/// Initializes a new instance of the <see cref="MoneyType" /> class.
2834
/// </summary>

0 commit comments

Comments
 (0)