Get Offline Mode
data class GetOfflineMode(val offlineStatus: Boolean, val offlineGranted: Boolean, val offlineLimit: Int) : SdkSuccessAnswer
Represents the current offline mode status.
Properties
Link copied to clipboard
Indicates whether offline mode is granted true or denied false.
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 current status of offline mode. true for enabled, false for disabled.