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

    Type Alias PlatformExternalPayment

    외부 결제 정보

    type PlatformExternalPayment = {
        type: "EXTERNAL";
        id: string;
        orderName?: string;
        currency: Currency;
        method?: PlatformPaymentMethod;
        paidAt?: string;
    }
    Index

    Properties

    type: "EXTERNAL"
    id: string

    결제 아이디

    orderName?: string

    주문 명

    currency: Currency

    통화

    결제 수단

    paidAt?: string

    결제 일시 (RFC 3339 date-time)