Uses of Class
com.adyen.model.SubjectErasureRequest
-
Packages that use SubjectErasureRequest Package Description com.adyen.model com.adyen.service -
-
Uses of SubjectErasureRequest in com.adyen.model
Methods in com.adyen.model that return SubjectErasureRequest Modifier and Type Method Description SubjectErasureRequestSubjectErasureRequest. forceErasure(Boolean forceErasure)SubjectErasureRequestSubjectErasureRequest. merchantAccount(String merchantAccount)SubjectErasureRequestSubjectErasureRequest. pspReference(String pspReference) -
Uses of SubjectErasureRequest in com.adyen.service
Methods in com.adyen.service with parameters of type SubjectErasureRequest Modifier and Type Method Description SubjectErasureResponseDataProtection. requestSubjectErasure(SubjectErasureRequest subjectErasureRequest)POST /requestSubjectErasure API callSubjectErasureResponseDataProtection. requestSubjectErasure(SubjectErasureRequest subjectErasureRequest, RequestOptions requestOptions)
-