Skip to content

Commit

Permalink
Merge branch 'main' into liz/add-header-graphql-client-response
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon authored Jul 15, 2024
2 parents 7e7b1e6 + 557d76b commit 173280e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/apps/shopify-api/lib/billing/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ export interface BillingConfigUsageLineItem extends BillingConfigLineItem {
* Must be set to `Usage`.
*/
interval: BillingInterval.Usage;
/**
* The capped amount or the maximum amount to be charged in the interval.
*/
amount: number;
/**
* Usage terms for this line item.
*/
Expand Down

0 comments on commit 173280e

Please sign in to comment.