public interface EnrollmentCheckCommand extends Command<EnrollmentCheckRequest,EnrollmentCheckResult>
EnrollmentCheckResult returns TransactionStatus.REJECTED status with
TransactionStatusDetails.THREE_D_SECURE_AUTHENTICATION_REQUIRED when card is enrolled (and thus 3-D secure
authentication is required). This command returns TransactionStatus.ACCEPTED status with
TransactionStatusDetails.THREE_D_SECURE_NOT_SUPPORTED when card is NOT enrolled (and thus 3-D secure
authentication is not required).Copyright © 2018 SAP SE. All Rights Reserved.