Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Apr 26, 2024
1 parent 08a3373 commit 007d760
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json/PaymentService-v64.json
Original file line number Diff line number Diff line change
Expand Up @@ -3553,6 +3553,10 @@
"telephoneNumber" : {
"description" : "the telephone number of the person",
"type" : "string"
},
"walletPurpose" : {
"description" : "The purpose of a digital wallet transaction.",
"type" : "string"
}
},
"type" : "object"
Expand Down
4 changes: 4 additions & 0 deletions json/PaymentService-v67.json
Original file line number Diff line number Diff line change
Expand Up @@ -3553,6 +3553,10 @@
"telephoneNumber" : {
"description" : "the telephone number of the person",
"type" : "string"
},
"walletPurpose" : {
"description" : "The purpose of a digital wallet transaction.",
"type" : "string"
}
},
"type" : "object"
Expand Down
4 changes: 4 additions & 0 deletions json/PaymentService-v68.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,6 +3714,10 @@
"telephoneNumber" : {
"description" : "the telephone number of the person",
"type" : "string"
},
"walletPurpose" : {
"description" : "The purpose of a digital wallet transaction.",
"type" : "string"
}
},
"type" : "object"
Expand Down
3 changes: 3 additions & 0 deletions yaml/PaymentService-v64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3661,6 +3661,9 @@ components:
telephoneNumber:
description: the telephone number of the person
type: string
walletPurpose:
description: The purpose of a digital wallet transaction.
type: string
type: object
FundSource:
additionalProperties: false
Expand Down
3 changes: 3 additions & 0 deletions yaml/PaymentService-v67.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3661,6 +3661,9 @@ components:
telephoneNumber:
description: the telephone number of the person
type: string
walletPurpose:
description: The purpose of a digital wallet transaction.
type: string
type: object
FundSource:
additionalProperties: false
Expand Down
3 changes: 3 additions & 0 deletions yaml/PaymentService-v68.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3830,6 +3830,9 @@ components:
telephoneNumber:
description: the telephone number of the person
type: string
walletPurpose:
description: The purpose of a digital wallet transaction.
type: string
type: object
FundSource:
additionalProperties: false
Expand Down

0 comments on commit 007d760

Please sign in to comment.