add billing threshold + specific trial free credits (#11533)
In this PR : - set billing thresholds after subscription creation (not possible during billing checkout) - add specific free trial workflow credit quantities + set them in subscription item + check them when receiving stripe alert event closes : https://github.com/twentyhq/core-team-issues/issues/682
This commit is contained in:
@ -5,7 +5,8 @@ export const GET_METERED_PRODUCTS_USAGE = gql`
|
||||
getMeteredProductsUsage {
|
||||
productKey
|
||||
usageQuantity
|
||||
includedFreeQuantity
|
||||
freeTierQuantity
|
||||
freeTrialQuantity
|
||||
unitPriceCents
|
||||
totalCostCents
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user