-
-
Notifications
You must be signed in to change notification settings - Fork 906
Support for quantity in APIs #1651
Copy link
Copy link
Closed
Labels
Description
- When creating subscriptions, ability to specify a
quantity(e.g.price=$20/mo, quantity=$2 => invoiceItem recurring amount=$40). Related: Seat based pricing #1434 - When creating external charges, specifying a
quantityshould be reflected into the invoice (e.g.price=$20, quantity=$2 => invoiceItem amount=$40)
Reactions are currently unavailable