You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|~~`amount`~~|*int*|:heavy_check_mark:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. | 1000 |
13
+
|~~`currency`~~|*str*|:heavy_check_mark:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. | usd |
14
+
|`amounts`| Dict[str, *int*]|:heavy_check_mark:| Map of currency to fixed amount to discount from the total. | {<br/>"eur": 900,<br/>"usd": 1000<br/>} |
15
+
|`id`|*str*|:heavy_check_mark:| The ID of the object. ||
0 commit comments