Skip to content

Commit f4d273a

Browse files
authored
Merge pull request #1604 from Adyen/sdk-automation/storedvalue
[storedvalue] Code generation: update services and models
2 parents 4f426e9 + 689fd05 commit f4d273a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/typings/storedValue/amount.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
export class Amount {
1212
/**
13-
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
13+
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
1414
*/
1515
"currency": string;
1616
/**
17-
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
17+
* The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
1818
*/
1919
"value": number;
2020

0 commit comments

Comments
 (0)