File tree Expand file tree Collapse file tree
src/typings/disputeWebhooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "service" : " disputewebhooks" ,
3+ "project" : " node" ,
4+ "generatedAt" : " 2026-05-01T15:05:58Z" ,
5+ "openapiCommitSha" : " 7824ebf60ac8c780120e550d6495a8f02e409859" ,
6+ "automationCommitSha" : " 4c065f4314ebb286f05dc38fd80f19058281c63c" ,
7+ "libraryCommitSha" : " ecc0f79b39a3c2103d00600e00aec9cade27ddaf"
8+ }
Original file line number Diff line number Diff line change 1010
1111export class Amount {
1212 /**
13- * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#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#minor-units).
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
You can’t perform that action at this time.
0 commit comments