PlatformPayout

@Serializable
data class PlatformPayout(val id: String, val graphqlId: String, val method: PlatformPayoutMethod, val status: PlatformPayoutStatus, val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, val partner: PlatformPartner, val account: PlatformPayoutAccount, val currency: Currency, val amount: Long, val settlementAmount: Long, val incomeTaxAmount: Long, val localIncomeTaxAmount: Long, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val memo: String? = null, val withdrawalMemo: String? = null, val depositMemo: String? = null, val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, method: PlatformPayoutMethod, status: PlatformPayoutStatus, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, partner: PlatformPartner, account: PlatformPayoutAccount, currency: Currency, amount: Long, settlementAmount: Long, incomeTaxAmount: Long, localIncomeTaxAmount: Long, createdAt: @Serializable(with = InstantSerializer::class) Instant, memo: String? = null, withdrawalMemo: String? = null, depositMemo: String? = null, 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
val depositMemo: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String

지급 고유 아이디

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val memo: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val withdrawalMemo: String? = null