mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -4810,7 +4810,7 @@
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"createdAt" : {
|
"createdAt" : {
|
||||||
"description" : "The date when the Terms of Service were accepted.",
|
"description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.",
|
||||||
"format" : "date-time",
|
"format" : "date-time",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
@@ -4832,6 +4832,11 @@
|
|||||||
"adyenPccr"
|
"adyenPccr"
|
||||||
],
|
],
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"validTo" : {
|
||||||
|
"description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.",
|
||||||
|
"format" : "date-time",
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
|
|||||||
@@ -5458,7 +5458,7 @@
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"createdAt" : {
|
"createdAt" : {
|
||||||
"description" : "The date when the Terms of Service were accepted.",
|
"description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.",
|
||||||
"format" : "date-time",
|
"format" : "date-time",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
@@ -5480,6 +5480,11 @@
|
|||||||
"adyenPccr"
|
"adyenPccr"
|
||||||
],
|
],
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"validTo" : {
|
||||||
|
"description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.",
|
||||||
|
"format" : "date-time",
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
|
|||||||
@@ -6193,7 +6193,7 @@
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"createdAt" : {
|
"createdAt" : {
|
||||||
"description" : "The date when the Terms of Service were accepted.",
|
"description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.",
|
||||||
"format" : "date-time",
|
"format" : "date-time",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
@@ -6215,6 +6215,11 @@
|
|||||||
"adyenPccr"
|
"adyenPccr"
|
||||||
],
|
],
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"validTo" : {
|
||||||
|
"description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.",
|
||||||
|
"format" : "date-time",
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
|
|||||||
@@ -6343,7 +6343,7 @@
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"createdAt" : {
|
"createdAt" : {
|
||||||
"description" : "The date when the Terms of Service were accepted.",
|
"description" : "The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.",
|
||||||
"format" : "date-time",
|
"format" : "date-time",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
@@ -6365,6 +6365,11 @@
|
|||||||
"adyenPccr"
|
"adyenPccr"
|
||||||
],
|
],
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"validTo" : {
|
||||||
|
"description" : "The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.",
|
||||||
|
"format" : "date-time",
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
|
|||||||
@@ -3665,7 +3665,8 @@ components:
|
|||||||
of Service are accepted.
|
of Service are accepted.
|
||||||
type: string
|
type: string
|
||||||
createdAt:
|
createdAt:
|
||||||
description: The date when the Terms of Service were accepted.
|
description: The date when the Terms of Service were accepted, in ISO 8601
|
||||||
|
extended format. For example, 2022-12-18T10:15:30+01:00.
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
@@ -3708,6 +3709,11 @@ components:
|
|||||||
- adyenIssuing
|
- adyenIssuing
|
||||||
- adyenPccr
|
- adyenPccr
|
||||||
type: string
|
type: string
|
||||||
|
validTo:
|
||||||
|
description: The expiration date for the Terms of Service acceptance, in
|
||||||
|
ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
TransferInstrument:
|
TransferInstrument:
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|||||||
@@ -4225,7 +4225,8 @@ components:
|
|||||||
of Service are accepted.
|
of Service are accepted.
|
||||||
type: string
|
type: string
|
||||||
createdAt:
|
createdAt:
|
||||||
description: The date when the Terms of Service were accepted.
|
description: The date when the Terms of Service were accepted, in ISO 8601
|
||||||
|
extended format. For example, 2022-12-18T10:15:30+01:00.
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
@@ -4268,6 +4269,11 @@ components:
|
|||||||
- adyenIssuing
|
- adyenIssuing
|
||||||
- adyenPccr
|
- adyenPccr
|
||||||
type: string
|
type: string
|
||||||
|
validTo:
|
||||||
|
description: The expiration date for the Terms of Service acceptance, in
|
||||||
|
ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
TransferInstrument:
|
TransferInstrument:
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|||||||
@@ -4784,7 +4784,8 @@ components:
|
|||||||
of Service are accepted.
|
of Service are accepted.
|
||||||
type: string
|
type: string
|
||||||
createdAt:
|
createdAt:
|
||||||
description: The date when the Terms of Service were accepted.
|
description: The date when the Terms of Service were accepted, in ISO 8601
|
||||||
|
extended format. For example, 2022-12-18T10:15:30+01:00.
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
@@ -4827,6 +4828,11 @@ components:
|
|||||||
- adyenIssuing
|
- adyenIssuing
|
||||||
- adyenPccr
|
- adyenPccr
|
||||||
type: string
|
type: string
|
||||||
|
validTo:
|
||||||
|
description: The expiration date for the Terms of Service acceptance, in
|
||||||
|
ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
TransferInstrument:
|
TransferInstrument:
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|||||||
@@ -4982,7 +4982,8 @@ components:
|
|||||||
of Service are accepted.
|
of Service are accepted.
|
||||||
type: string
|
type: string
|
||||||
createdAt:
|
createdAt:
|
||||||
description: The date when the Terms of Service were accepted.
|
description: The date when the Terms of Service were accepted, in ISO 8601
|
||||||
|
extended format. For example, 2022-12-18T10:15:30+01:00.
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
@@ -5025,6 +5026,11 @@ components:
|
|||||||
- adyenIssuing
|
- adyenIssuing
|
||||||
- adyenPccr
|
- adyenPccr
|
||||||
type: string
|
type: string
|
||||||
|
validTo:
|
||||||
|
description: The expiration date for the Terms of Service acceptance, in
|
||||||
|
ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
TransferInstrument:
|
TransferInstrument:
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|||||||
Reference in New Issue
Block a user