PlatformBulkAccountTransfer

constructor(id: String, graphqlId: String, creatorId: String, bankAccountId: String, bankAccountGraphqlId: String, totalAmount: Long, status: PlatformBulkAccountTransferStatus, stats: PlatformBulkAccountTransferStats, 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)