SetOfflineMode

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

Represents the offline mode status.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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