Package com.thalesgroup.gemalto.d1.d1pay
Interface DeactivationStatus
-
public interface DeactivationStatus
Interface to provide detail information of 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 payment deactivation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeactivationStatus.Code
getCode()
Retrieve the code of the operationString
getMessage()
Retrieve the detail message (if any) of the operation
-
-
-
Method Detail
-
getMessage
@Nullable String getMessage()
Retrieve the detail message (if any) of the operation- Returns:
- The detail message
-
getCode
@NonNull DeactivationStatus.Code getCode()
Retrieve the code of the operation- Returns:
- The operation code
-
-