Type Alias PaymentNotFoundError

PaymentNotFoundError: { type: "PAYMENT_NOT_FOUND"; message?: string }

결제 건이 존재하지 않는 경우

Type declaration

  • type: "PAYMENT_NOT_FOUND"
  • Optionalmessage?: string