mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-09 23:51:20 +00:00
spec release
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user