Skip to content

Commit 9b2664f

Browse files
committed
quantityDiscountType is rename as discountType
1 parent 9963afa commit 9b2664f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public BuyBoxPriceType() { }
5555
/// Indicates the type of quantity discount this price applies to.
5656
/// </summary>
5757
/// <value>Indicates the type of quantity discount this price applies to.</value>
58-
[DataMember(Name = "quantityDiscountType", EmitDefaultValue = false)]
58+
[DataMember(Name = "discountType", EmitDefaultValue = false)]//Amazon Documentation says "quantityDiscountType" but in the API Response Content, it is "discountType"
5959
public QuantityDiscountType QuantityDiscountType { get; set; }
6060

6161
/// <summary>

0 commit comments

Comments
 (0)