GetOfflineMode

data class GetOfflineMode(val offlineStatus: Boolean, val offlineGranted: Boolean, val offlineLimit: Int) : SdkSuccessAnswer

Represents the current offline mode status.

Constructors

Link copied to clipboard
constructor(offlineStatus: Boolean, offlineGranted: Boolean, offlineLimit: Int)

Properties

Link copied to clipboard
val offlineGranted: Boolean

Indicates whether offline mode is granted true or denied false.

Link copied to clipboard
val offlineLimit: Int

The limit for offline transactions. The total amount of unsent transactions on this card should not exceed this limit.

Link copied to clipboard
val offlineStatus: Boolean

The current status of offline mode. true for enabled, false for disabled.