case class CLightningLookupInvoiceResult(label: String, description: String, bolt11: LnInvoice, msatoshi: Option[MilliSatoshis], msatoshi_received: Option[MilliSatoshis], payment_hash: Sha256Digest, payment_preimage: Option[PaymentPreimage], pay_index: Long, status: InvoiceStatus, expires_at: UInt64) extends CLightningJsonModel with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CLightningLookupInvoiceResult
- Serializable
- Product
- Equals
- CLightningJsonModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CLightningLookupInvoiceResult(label: String, description: String, bolt11: LnInvoice, msatoshi: Option[MilliSatoshis], msatoshi_received: Option[MilliSatoshis], payment_hash: Sha256Digest, payment_preimage: Option[PaymentPreimage], pay_index: Long, status: InvoiceStatus, expires_at: UInt64)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bolt11: LnInvoice
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val description: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expires_at: UInt64
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- val msatoshi: Option[MilliSatoshis]
- val msatoshi_received: Option[MilliSatoshis]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pay_index: Long
- val payment_hash: Sha256Digest
- val payment_preimage: Option[PaymentPreimage]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val status: InvoiceStatus
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()