PlatformPayoutStatusStats

@Serializable
data class PlatformPayoutStatusStats(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(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