PlatformBulkAccountTransfer

@Serializable
data class PlatformBulkAccountTransfer(val id: String, val graphqlId: String, val creatorId: String, val bankAccountId: String, val bankAccountGraphqlId: String, val totalAmount: Long, val status: PlatformBulkAccountTransferStatus, val stats: PlatformBulkAccountTransferStats, 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, 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)

Properties

Link copied to clipboard
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
val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant
Link copied to clipboard
Link copied to clipboard
val updatedAt: @Serializable(with = InstantSerializer::class) Instant