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;
}

Type declaration

  • id: string

    지급 고유 아이디

  • graphqlId: string
  • method: PlatformPayoutMethod
  • status: PlatformPayoutStatus
  • statusUpdatedAt: string

    (RFC 3339 date-time)

  • Optionalmemo?: string
  • partner: PlatformPartner
  • account: PlatformPayoutAccount
  • currency: Currency
  • amount: number

    (int64)

  • settlementAmount: number

    (int64)

  • incomeTaxAmount: number

    (int64)

  • localIncomeTaxAmount: number

    (int64)

  • OptionalwithdrawalMemo?: string
  • OptionaldepositMemo?: string
  • createdAt: string

    (RFC 3339 date-time)

  • OptionalscheduledAt?: string

    (RFC 3339 date-time)