spec release

This commit is contained in:
Adyen Automation
2024-03-06 14:33:24 +01:00
parent 99fbb0a05b
commit 55133bcc80
2 changed files with 6 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
"components" : {
"schemas" : {
"ServiceError" : {
"additionalProperties" : false,
"properties" : {
"errorCode" : {
"description" : "The error code mapped to the error message.",
@@ -145,6 +146,7 @@
"type" : "object"
},
"SubjectErasureByPspReferenceRequest" : {
"additionalProperties" : false,
"properties" : {
"forceErasure" : {
"description" : "Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.",
@@ -162,6 +164,7 @@
"type" : "object"
},
"SubjectErasureResponse" : {
"additionalProperties" : false,
"properties" : {
"result" : {
"description" : "The result of this operation.",

View File

@@ -113,6 +113,7 @@ paths:
components:
schemas:
ServiceError:
additionalProperties: false
properties:
errorCode:
description: The error code mapped to the error message.
@@ -132,6 +133,7 @@ components:
type: integer
type: object
SubjectErasureByPspReferenceRequest:
additionalProperties: false
properties:
forceErasure:
description: Set this to **true** if you want to delete shopper-related
@@ -148,6 +150,7 @@ components:
type: string
type: object
SubjectErasureResponse:
additionalProperties: false
properties:
result:
description: The result of this operation.