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

    Type Alias PlatformDepositAccountTransfer

    type PlatformDepositAccountTransfer = {
        type: "DEPOSIT";
        id: string;
        currency: Currency;
        amount: number;
        depositMemo?: string;
        isForTest: boolean;
        createdAt: string;
        updatedAt: string;
        depositorName: string;
    }
    Index

    Properties

    type: "DEPOSIT"

    계좌 이체 유형

    id: string

    계좌 이체 아이디

    currency: Currency

    통화

    amount: number

    금액 (int64)

    depositMemo?: string

    입금 계좌 적요

    isForTest: boolean
    createdAt: string

    생성 일자 (RFC 3339 date-time)

    updatedAt: string

    수정 일자 (RFC 3339 date-time)

    depositorName: string

    입금자명