Type Alias PaymentCancellation

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

결제 취소 내역

Type declaration