PlatformAccountTransferType:
    | "DEPOSIT"
    | "WITHDRAWAL_PARTNER_PAYOUT"
    | "WITHDRAWAL_REMIT"
    | string & {}

계좌 이체 유형

Type declaration

  • "DEPOSIT"

    충전

  • "WITHDRAWAL_PARTNER_PAYOUT"

    파트너 정산 송금

  • "WITHDRAWAL_REMIT"

    송금

  • string & {}