Skip to content

Commit 362398b

Browse files
Update PriceMessage.cs
1 parent bd26251 commit 362398b

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)