PlatformBulkPayout

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)