Skip to content

Commit

Permalink
Merge pull request #419 from basiqio/DX-801-transactions-ep-map-curre…
Browse files Browse the repository at this point in the history
…ncy-fields-in-transactions-from-cdr

DX-801 Adding `Currency` in Transactions EP
  • Loading branch information
basiq-ash authored Sep 4, 2024
2 parents 48c2ca9 + dd11f23 commit 0969812
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2797,6 +2797,7 @@ components:
- reference
- account
- amount
- currency
- class
- subClass
- connection
Expand Down Expand Up @@ -2841,6 +2842,13 @@ components:
description: Transaction amount. Outgoing funds are expressed as negative
values.
example: "123.12"
currency:
type: string
description: Standard 3 character currency codes as per ISO-4217.
enum:
- "AUD"
- "USD"
- "GBP"
account:
type: string
description: The id of the account resource the transaction belongs to.
Expand Down

0 comments on commit 0969812

Please sign in to comment.