Skip to content

Commit 94224ba

Browse files
authored
ref: Add supports on demand (#318)
1 parent f6d6e85 commit 94224ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

proto/sentry_protos/billing/v1/services/contract/v1/billing_config.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,9 @@ message BillingConfig {
6161
// The number-of-months interval the contract was signed under
6262
// (1 = monthly, 12 = annual). Frozen for the life of the contract.
6363
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;
6469
}

0 commit comments

Comments
 (0)