PlatformAccountTransferStatusStats

@Serializable
data class PlatformAccountTransferStatusStats(val prepared: Long, val scheduled: Long, val cancelled: Long, val stopped: Long, val processing: Long, val asyncProcessing: Long, val succeeded: Long, val failed: Long)

Constructors

Link copied to clipboard
constructor(prepared: Long, scheduled: Long, cancelled: Long, stopped: Long, processing: Long, asyncProcessing: Long, succeeded: Long, failed: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard