We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d6e85 commit 94224baCopy full SHA for 94224ba
1 file changed
proto/sentry_protos/billing/v1/services/contract/v1/billing_config.proto
@@ -61,4 +61,9 @@ message BillingConfig {
61
// The number-of-months interval the contract was signed under
62
// (1 = monthly, 12 = annual). Frozen for the life of the contract.
63
uint32 month_interval = 7;
64
+
65
+ // Whether the org is allowed to incur pay-as-you-go usage.
66
+ // Credit-card orgs always support payg; invoiced orgs that should
67
+ // support it are an explicit override.
68
+ bool supports_payg = 8;
69
}
0 commit comments