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

    Type Alias PaymentEvent

    PaymentEvent:
        | CancelledPaymentEvent
        | PaidPaymentEvent
        | PartialCancelledPaymentEvent
        | { type: Unrecognized }

    결제 이벤트

    Type Declaration