BIl-116 Add ListPrepaidCredits RPC to BillingService#343
Conversation
|
PR Packages Published Python Package:
NPM Package:
|
|
The latest Buf updates on your PR. Results from workflow Pull Request / linting (pull_request).
|
lomidzemikheili
left a comment
There was a problem hiding this comment.
organization_id confuses me, why we use it and in the end we treat it like an account_id.
If there is not intention behind it, I would stick with account_id.
@lomidzemikheili |
lomidzemikheili
left a comment
There was a problem hiding this comment.
LGTM! Thanks for addressing my feedback.
Ticket: BIl-116
Adds a new RPC to the BillingService to list prepaid credit contracts for an organization.
ListCreditContractsRPC, scoped byaccount_idCreditContractmessage with fields:id,account_id,total_amount_usd,billing_frequency,active_from,active_to,notesGET /api/billing/v1/accounts/{account_id}/credit-contracts