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 memo: String? = null, val partner: PlatformPartner, val account: PlatformPayoutAccount, val currency: Currency, val amount: Long, val supplyAmount: Long, val taxFreeAmount: Long, val vatAmount: Long, val settlementAmount: Long, val settlementTaxFreeAmount: Long, val incomeTaxAmount: Long, val localIncomeTaxAmount: Long, val withdrawalMemo: String? = null, val depositMemo: String? = null, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null, val failReason: String? = null, val deductWht: Boolean, val settlementAmountType: SettlementAmountType)

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, method: PlatformPayoutMethod, status: PlatformPayoutStatus, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, memo: String? = null, partner: PlatformPartner, account: PlatformPayoutAccount, currency: Currency, amount: Long, supplyAmount: Long, taxFreeAmount: Long, vatAmount: Long, settlementAmount: Long, settlementTaxFreeAmount: Long, incomeTaxAmount: Long, localIncomeTaxAmount: Long, withdrawalMemo: String? = null, depositMemo: String? = null, createdAt: @Serializable(with = InstantSerializer::class) Instant, scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null, failReason: String? = null, deductWht: Boolean, settlementAmountType: SettlementAmountType)

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

공급가액

Link copied to clipboard

면세 금액

Link copied to clipboard

부가세

Link copied to clipboard
val withdrawalMemo: String? = null