IsCheckBlackListOfflineOperationEnabled

data class IsCheckBlackListOfflineOperationEnabled(val isEnabled: Boolean) : SdkSuccessAnswer

Represents a successful result of getting the status of black list checking offline operations.

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean)

Properties

Link copied to clipboard
val isEnabled: Boolean

Whether black list checking offline operations is enabled.