Skip to content

Commit 8e8b600

Browse files
authored
Merge branch 'abuzuhri:main' into main
2 parents 4fe95cb + a5b9a9b commit 8e8b600

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)