PlatformBulkPayout

constructor(id: String, graphqlId: String, name: String, creatorId: String, method: PlatformPayoutMethod, totalPayoutAmount: Long, totalSettlementAmount: Long, status: PlatformBulkPayoutStatus, payoutStats: PlatformBulkPayoutStats, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, createdAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant)