We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cb5fa commit 3abd783Copy full SHA for 3abd783
src/typings/balanceControl/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).
+ * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
14
*/
15
'currency': string;
16
17
- * The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
+ * The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
18
19
'value': number;
20
0 commit comments