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 ClassesModifier and TypeInterfaceDescriptionstatic enumThe status code of the deactivated payment. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Retrieves the code of the operationRetrieves the detailed message (if any) of the operation.
-
Method Details
-
getMessage
Retrieves the detailed message (if any) of the operation.- Returns:
- The details of the message.
-
getCode
Retrieves the code of the operation- Returns:
- The operation code
-