PlatformBulkPayout

@Serializable
data class PlatformBulkPayout(val id: String, val graphqlId: String, val name: String, val creatorId: String, val method: PlatformPayoutMethod, val arePayoutsGenerated: Boolean, val totalPayoutAmount: Long, val status: PlatformBulkPayoutStatus, val payoutStats: PlatformBulkPayoutStats, val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val updatedAt: @Serializable(with = InstantSerializer::class) Instant, val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, name: String, creatorId: String, method: PlatformPayoutMethod, arePayoutsGenerated: Boolean, totalPayoutAmount: Long, status: PlatformBulkPayoutStatus, payoutStats: PlatformBulkPayoutStats, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, createdAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant, scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val createdAt: @Serializable(with = InstantSerializer::class) Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

일괄 지급 고유 아이디

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updatedAt: @Serializable(with = InstantSerializer::class) Instant