Platform Payout
@Serializable
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, settlementAmount: Long, incomeTaxAmount: Long, localIncomeTaxAmount: Long, withdrawalMemo: String? = null, depositMemo: String? = null, createdAt: @Serializable(with = InstantSerializer::class ) Instant, scheduledAt: @Serializable(with = InstantSerializer::class ) Instant? = null)