diff --git a/openapi.yaml b/openapi.yaml index 086008a..e19101c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9303,7 +9303,7 @@ components: example: 800 ongoing_usage_balance_cents: type: integer - description: 'The ongoing usage balance of the wallet, expressed in cents. This reflects all current usage including taxes.' + description: 'The ongoing usage balance of the wallet, expressed in cents. This reflects all current usage and draft invoices including taxes.' example: 200 credits_ongoing_balance: type: string @@ -9313,7 +9313,7 @@ components: credits_ongoing_usage_balance: type: string pattern: '^[0-9]+.?[0-9]*$' - description: 'The ongoing usage balance of the wallet, expressed in credits. This reflects all current usage including taxes.' + description: 'The ongoing usage balance of the wallet, expressed in credits. This reflects all current usage and draft invoices including taxes.' example: '2.0' WalletsPaginated: type: object diff --git a/src/schemas/WalletObject.yaml b/src/schemas/WalletObject.yaml index 8d0fcd1..67bf65a 100644 --- a/src/schemas/WalletObject.yaml +++ b/src/schemas/WalletObject.yaml @@ -108,7 +108,7 @@ properties: example: 800 ongoing_usage_balance_cents: type: integer - description: The ongoing usage balance of the wallet, expressed in cents. This reflects all current usage including taxes. + description: The ongoing usage balance of the wallet, expressed in cents. This reflects all current usage and draft invoices including taxes. example: 200 credits_ongoing_balance: type: string @@ -118,5 +118,5 @@ properties: credits_ongoing_usage_balance: type: string pattern: "^[0-9]+.?[0-9]*$" - description: The ongoing usage balance of the wallet, expressed in credits. This reflects all current usage including taxes. + description: The ongoing usage balance of the wallet, expressed in credits. This reflects all current usage and draft invoices including taxes. example: "2.0"