We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f01be8 commit c435357Copy full SHA for c435357
src/typings/acsWebhooks/amount.ts
@@ -10,11 +10,11 @@
10
11
export class Amount {
12
/**
13
- * 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.
14
*/
15
"currency": string;
16
17
- * 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).
18
19
"value": number;
20
0 commit comments