Package com.thalesgroup.gemalto.d1.d1pay
Interface DeactivationStatus
-
public interface DeactivationStatus
Interface to provide detailed information about the payment deactivation process.- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DeactivationStatus.Code
The status code of the deactivated payment.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeactivationStatus.Code
getCode()
Retrieves the code of the operationString
getMessage()
Retrieves the detailed message (if any) of the operation.
-
-
-
Method Detail
-
getMessage
@Nullable String getMessage()
Retrieves the detailed message (if any) of the operation.- Returns:
- The details of the message.
-
getCode
@NonNull DeactivationStatus.Code getCode()
Retrieves the code of the operation- Returns:
- The operation code
-
-