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
refactor(proto): deprecate billing_id in transaction and invoice RPCs (#437)
Deprecate billing_id parameter in 4 RPCs:
- ListBillingTransactionsRequest
- TotalDebitedTransactionsRequest (BREAKING: changed from required to optional)
- ListInvoicesRequest
- GetUpcomingInvoiceRequest
Backend will infer billing_id from org_id since each organization has only
one active billing account.
0 commit comments