Skip to content

Commit a5b9a9b

Browse files
authored
Merge pull request #505 from KoesterRobert/patch-1
Update PriceMessage.cs
2 parents bd26251 + 362398b commit a5b9a9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/FikaAmazonAPI/ConstructFeed/Messages/PriceMessage.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ public class PriceMessage
77
public StandardPrice StandardPrice { get; set; }
88

99
public Sale Sale { get; set; }
10+
public decimal BusinessPrice { get; set; }
11+
public StandardPrice MinimumSellerAllowedPrice { get; set; }
12+
public StandardPrice MaximumSellerAllowedPrice { get; set; }
1013
}
1114
}

0 commit comments

Comments
 (0)