Uses of Class
com.adyen.model.legalentitymanagement.DataReviewConfirmationResponse
-
Packages that use DataReviewConfirmationResponse Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of DataReviewConfirmationResponse in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return DataReviewConfirmationResponse Modifier and Type Method Description DataReviewConfirmationResponseDataReviewConfirmationResponse. dataReviewedAt(String dataReviewedAt)Date when data review was confirmed.static DataReviewConfirmationResponseDataReviewConfirmationResponse. fromJson(String jsonString)Create an instance of DataReviewConfirmationResponse given an JSON string -
Uses of DataReviewConfirmationResponse in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return DataReviewConfirmationResponse Modifier and Type Method Description DataReviewConfirmationResponseLegalEntitiesApi. confirmDataReview(String id)Confirm data reviewDataReviewConfirmationResponseLegalEntitiesApi. confirmDataReview(String id, RequestOptions requestOptions)Confirm data review
-