Skip to content

Commit 445c4a2

Browse files
authored
Merge pull request #864 from JohanAblett-Karlsson/add_display_name_to_product_types
2 parents 44e42e5 + f787838 commit 445c4a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductTypes/ProductType.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ public class ProductType
2020
[JsonProperty(PropertyName = "name")]
2121
public string Name { get; set; }
2222

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+
2331
/// <summary>
2432
/// The Amazon marketplace identifiers for which the product type definition is available.
2533
/// </summary>

0 commit comments

Comments
 (0)