PlatformBulkPayoutStatusStats

@Serializable
data class PlatformBulkPayoutStatusStats(val preparing: Long, val prepared: Long, val ongoing: Long, val postProcessPending: Long, val completed: Long, val cancelled: Long)

Constructors

Link copied to clipboard
constructor(preparing: Long, prepared: Long, ongoing: Long, postProcessPending: Long, completed: Long, cancelled: 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