PlatformPayoutStatusStats

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

Constructors

Link copied to clipboard
constructor(confirmed: Long, prepared: Long, cancelled: Long, stopped: Long, processing: Long, succeeded: Long, failed: Long, scheduled: 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