diff --git a/src/typings/negativeBalanceWarningWebhooks/amount.ts b/src/typings/negativeBalanceWarningWebhooks/amount.ts index 4e1aea8a5..c2f582edb 100644 --- a/src/typings/negativeBalanceWarningWebhooks/amount.ts +++ b/src/typings/negativeBalanceWarningWebhooks/amount.ts @@ -10,11 +10,11 @@ export class Amount { /** - * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). + * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount. */ "currency": string; /** - * The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). + * The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). */ "value": number;