Skip to content

Commit

Permalink
chore: generating types
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pinho committed Sep 13, 2023
1 parent 4065ff6 commit 94b2b70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clients/pricing-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,14 @@ declare namespace Components {
*/
unit_amount_gross?: number;
total_details?: /* The total details with tax (and discount) aggregated totals. */ TotalDetails;
currency?: /**
* Three-letter ISO currency code, in lowercase. Must be a supported currency.
* ISO 4217 CURRENCY CODES as specified in the documentation: https://www.iso.org/iso-4217-currency-codes.html
*
* example:
* EUR
*/
Currency;
}
/**
* The product entity
Expand Down

0 comments on commit 94b2b70

Please sign in to comment.