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

    Type Alias PaymentCancellation

    PaymentCancellation:
        | FailedPaymentCancellation
        | RequestedPaymentCancellation
        | SucceededPaymentCancellation
        | { status: Unrecognized }

    결제 취소 내역

    Type declaration