final case class Payment(paymentHash: String = "", value: Long = 0L, creationDate: Long = 0L, fee: Long = 0L, paymentPreimage: String = "", valueSat: Long = 0L, valueMsat: Long = 0L, paymentRequest: String = "", status: PaymentStatus = lnrpc.Payment.PaymentStatus.UNKNOWN, feeSat: Long = 0L, feeMsat: Long = 0L, creationTimeNs: Long = 0L, htlcs: Seq[HTLCAttempt] = _root_.scala.Seq.empty, paymentIndex: UInt64 = lnrpc.Payment._typemapper_paymentIndex.toCustom(0L), failureReason: PaymentFailureReason = lnrpc.PaymentFailureReason.FAILURE_REASON_NONE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Payment] with Product with Serializable
- paymentHash
The payment hash
- value
Deprecated, use value_sat or value_msat.
- creationDate
Deprecated, use creation_time_ns
- fee
Deprecated, use fee_sat or fee_msat.
- paymentPreimage
The payment preimage
- valueSat
The value of the payment in satoshis
- valueMsat
The value of the payment in milli-satoshis
- paymentRequest
The optional payment request being fulfilled.
- status
The status of the payment.
- feeSat
The fee paid for this payment in satoshis
- feeMsat
The fee paid for this payment in milli-satoshis
- creationTimeNs
The time in UNIX nanoseconds at which the payment was created.
- htlcs
The HTLCs made in attempt to settle the payment.
- paymentIndex
The creation index of this payment. Each payment can be uniquely identified by this index, which may not strictly increment by 1 for payments made in older versions of lnd.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Payment
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Payment(paymentHash: String = "", value: Long = 0L, creationDate: Long = 0L, fee: Long = 0L, paymentPreimage: String = "", valueSat: Long = 0L, valueMsat: Long = 0L, paymentRequest: String = "", status: PaymentStatus = lnrpc.Payment.PaymentStatus.UNKNOWN, feeSat: Long = 0L, feeMsat: Long = 0L, creationTimeNs: Long = 0L, htlcs: Seq[HTLCAttempt] = _root_.scala.Seq.empty, paymentIndex: UInt64 = lnrpc.Payment._typemapper_paymentIndex.toCustom(0L), failureReason: PaymentFailureReason = lnrpc.PaymentFailureReason.FAILURE_REASON_NONE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- paymentHash
The payment hash
- value
Deprecated, use value_sat or value_msat.
- creationDate
Deprecated, use creation_time_ns
- fee
Deprecated, use fee_sat or fee_msat.
- paymentPreimage
The payment preimage
- valueSat
The value of the payment in satoshis
- valueMsat
The value of the payment in milli-satoshis
- paymentRequest
The optional payment request being fulfilled.
- status
The status of the payment.
- feeSat
The fee paid for this payment in satoshis
- feeMsat
The fee paid for this payment in milli-satoshis
- creationTimeNs
The time in UNIX nanoseconds at which the payment was created.
- htlcs
The HTLCs made in attempt to settle the payment.
- paymentIndex
The creation index of this payment. Each payment can be uniquely identified by this index, which may not strictly increment by 1 for payments made in older versions of lnd.
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
- def addAllHtlcs(__vs: Iterable[HTLCAttempt]): Payment
- def addHtlcs(__vs: HTLCAttempt*): Payment
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearHtlcs: Payment
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: Payment.type
- Definition Classes
- Payment → GeneratedMessage
- val creationTimeNs: Long
- def discardUnknownFields: Payment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val failureReason: PaymentFailureReason
- val feeMsat: Long
- val feeSat: Long
- 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()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Payment → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Payment → GeneratedMessage
- val htlcs: Seq[HTLCAttempt]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 paymentHash: String
- val paymentIndex: UInt64
- val paymentPreimage: String
- val paymentRequest: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Payment → GeneratedMessage
- val status: PaymentStatus
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Payment → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Payment, Payment]) => Mutation[Payment]*): Payment
- Definition Classes
- Updatable
- val valueMsat: Long
- val valueSat: Long
- 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()
- def withCreationDate(__v: Long): Payment
- def withCreationTimeNs(__v: Long): Payment
- def withFailureReason(__v: PaymentFailureReason): Payment
- def withFee(__v: Long): Payment
- def withFeeMsat(__v: Long): Payment
- def withFeeSat(__v: Long): Payment
- def withHtlcs(__v: Seq[HTLCAttempt]): Payment
- def withPaymentHash(__v: String): Payment
- def withPaymentIndex(__v: UInt64): Payment
- def withPaymentPreimage(__v: String): Payment
- def withPaymentRequest(__v: String): Payment
- def withStatus(__v: PaymentStatus): Payment
- def withUnknownFields(__v: UnknownFieldSet): Payment
- def withValue(__v: Long): Payment
- def withValueMsat(__v: Long): Payment
- def withValueSat(__v: Long): Payment
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Payment → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- val creationDate: Long
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file
- val fee: Long
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file
- val value: Long
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file