Skip to content

Commit 13e13cc

Browse files
sergioteulab0lle
andauthored
Add new price type attributes (#106)
* add new price_type and price_type_label attributes * Use PriceType model from SDK Co-authored-by: julianfrenzel <26822719+b0lle@users.noreply.github.com>
1 parent dbeb419 commit 13e13cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amazon_paapi/models/item_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ApiPrice:
4545
currency: str
4646
price_per_unit: float
4747
display_amount: str
48-
price_type: str
48+
price_type: models.PriceType
4949
price_type_label: str
5050

5151

0 commit comments

Comments
 (0)