package com.imprimelibros.erp.payments.model; public enum ThreeDSStatus { not_applicable, attempted, challenge, succeeded, failed }