Skip to content

Commit 815e33d

Browse files
author
R Hudylko
committed
2 parents 8443be9 + 8e8b600 commit 815e33d

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)