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 44e42e5 + f787838 commit 445c4a2Copy full SHA for 445c4a2
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductTypes/ProductType.cs
@@ -20,6 +20,14 @@ public class ProductType
20
[JsonProperty(PropertyName = "name")]
21
public string Name { get; set; }
22
23
+ /// <summary>
24
+ /// The display name of the Amazon product type.
25
+ /// </summary>
26
+ /// <value>The display name of the Amazon product type.</value>
27
+ [DataMember(Name = "displayName", EmitDefaultValue = false)]
28
+ [JsonProperty(PropertyName = "displayName")]
29
+ public string DisplayName { get; set; }
30
+
31
/// <summary>
32
/// The Amazon marketplace identifiers for which the product type definition is available.
33
/// </summary>
0 commit comments