PlatformPayout

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)