Platform Bulk Payout
@Serializable
Constructors
Link copied to clipboard
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)