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

    Type Alias PlatformTransferSummaryExternalPayment

    type PlatformTransferSummaryExternalPayment = {
        type: "EXTERNAL";
        id: string;
        orderName?: string;
        currency: Currency;
        methodType?: PaymentMethodType;
    }
    Index

    Properties

    type: "EXTERNAL"
    id: string
    orderName?: string
    currency: Currency
    methodType?: PaymentMethodType