Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jun 17, 2024
1 parent 1f28464 commit e159a40
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions json/BalancePlatformTransferNotification-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,11 @@
},
"type" : "array"
},
"arn" : {
"x-addedInVersion" : "4",
"description" : "Scheme unique arn identifier useful for tracing captures, chargebacks, refunds, etc.",
"type" : "string"
},
"bookingDate" : {
"x-addedInVersion" : "3",
"description" : "The date when the transfer request was sent.",
Expand Down
5 changes: 5 additions & 0 deletions json/TransferService-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,11 @@
},
"type" : "array"
},
"arn" : {
"x-addedInVersion" : "4",
"description" : "Scheme unique arn identifier useful for tracing captures, chargebacks, refunds, etc.",
"type" : "string"
},
"bookingDate" : {
"x-addedInVersion" : "3",
"description" : "The date when the transfer request was sent.",
Expand Down
5 changes: 5 additions & 0 deletions yaml/BalancePlatformTransferNotification-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,11 @@ components:
items:
$ref: '#/components/schemas/AmountAdjustment'
type: array
arn:
x-addedInVersion: '4'
description: Scheme unique arn identifier useful for tracing captures, chargebacks,
refunds, etc.
type: string
bookingDate:
x-addedInVersion: '3'
description: The date when the transfer request was sent.
Expand Down
5 changes: 5 additions & 0 deletions yaml/TransferService-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2945,6 +2945,11 @@ components:
items:
$ref: '#/components/schemas/AmountAdjustment'
type: array
arn:
x-addedInVersion: '4'
description: Scheme unique arn identifier useful for tracing captures, chargebacks,
refunds, etc.
type: string
bookingDate:
x-addedInVersion: '3'
description: The date when the transfer request was sent.
Expand Down

0 comments on commit e159a40

Please sign in to comment.