Type Alias PaymentAlreadyCancelledError

PaymentAlreadyCancelledError: {
    type: "PAYMENT_ALREADY_CANCELLED";
    message?: string;
}

결제가 이미 취소된 경우

Type declaration

  • type: "PAYMENT_ALREADY_CANCELLED"
  • Optionalmessage?: string