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

    Type Alias PlatformTransferSummaryPortOnePayment

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

    Properties

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