@portone/server-sdk
    Preparing search index...

    Type Alias PlatformPayout

    type PlatformPayout = {
        id: string;
        graphqlId: string;
        method: PlatformPayoutMethod;
        status: PlatformPayoutStatus;
        statusUpdatedAt: string;
        memo?: string;
        partner: PlatformPartner;
        account: PlatformPayoutAccount;
        currency: Currency;
        amount: number;
        settlementAmount: number;
        incomeTaxAmount: number;
        localIncomeTaxAmount: number;
        withdrawalMemo?: string;
        depositMemo?: string;
        createdAt: string;
        scheduledAt?: string;
    }
    Index

    Properties

    id: string

    지급 고유 아이디

    graphqlId: string
    statusUpdatedAt: string

    (RFC 3339 date-time)

    memo?: string
    currency: Currency
    amount: number

    (int64)

    settlementAmount: number

    (int64)

    incomeTaxAmount: number

    (int64)

    localIncomeTaxAmount: number

    (int64)

    withdrawalMemo?: string
    depositMemo?: string
    createdAt: string

    (RFC 3339 date-time)

    scheduledAt?: string

    (RFC 3339 date-time)