final case class ListPaymentsRequest(includeIncomplete: Boolean = false, indexOffset: UInt64 = lnrpc.ListPaymentsRequest._typemapper_indexOffset.toCustom(0L), maxPayments: UInt64 = lnrpc.ListPaymentsRequest._typemapper_maxPayments.toCustom(0L), reversed: Boolean = false, countTotalPayments: Boolean = false, creationDateStart: UInt64 = lnrpc.ListPaymentsRequest._typemapper_creationDateStart.toCustom(0L), creationDateEnd: UInt64 = lnrpc.ListPaymentsRequest._typemapper_creationDateEnd.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListPaymentsRequest] with Product with Serializable
- includeIncomplete
If true, then return payments that have not yet fully completed. This means that pending payments, as well as failed payments will show up if this field is set to true. This flag doesn't change the meaning of the indices, which are tied to individual payments.
- indexOffset
The index of a payment that will be used as either the start or end of a query to determine which payments should be returned in the response. The index_offset is exclusive. In the case of a zero index_offset, the query will start with the oldest payment when paginating forwards, or will end with the most recent payment when paginating backwards.
- maxPayments
The maximal number of payments returned in the response to this query.
- reversed
If set, the payments returned will result from seeking backwards from the specified index offset. This can be used to paginate backwards. The order of the returned payments is always oldest first (ascending index order).
- countTotalPayments
If set, all payments (complete and incomplete, independent of the max_payments parameter) will be counted. Note that setting this to true will increase the run time of the call significantly on systems that have a lot of payments, as all of them have to be iterated through to be counted.
- creationDateStart
If set, returns all invoices with a creation date greater than or equal to it. Measured in seconds since the unix epoch.
- creationDateEnd
If set, returns all invoices with a creation date less than or equal to it. Measured in seconds since the unix epoch.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ListPaymentsRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ListPaymentsRequest(includeIncomplete: Boolean = false, indexOffset: UInt64 = lnrpc.ListPaymentsRequest._typemapper_indexOffset.toCustom(0L), maxPayments: UInt64 = lnrpc.ListPaymentsRequest._typemapper_maxPayments.toCustom(0L), reversed: Boolean = false, countTotalPayments: Boolean = false, creationDateStart: UInt64 = lnrpc.ListPaymentsRequest._typemapper_creationDateStart.toCustom(0L), creationDateEnd: UInt64 = lnrpc.ListPaymentsRequest._typemapper_creationDateEnd.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- includeIncomplete
If true, then return payments that have not yet fully completed. This means that pending payments, as well as failed payments will show up if this field is set to true. This flag doesn't change the meaning of the indices, which are tied to individual payments.
- indexOffset
The index of a payment that will be used as either the start or end of a query to determine which payments should be returned in the response. The index_offset is exclusive. In the case of a zero index_offset, the query will start with the oldest payment when paginating forwards, or will end with the most recent payment when paginating backwards.
- maxPayments
The maximal number of payments returned in the response to this query.
- reversed
If set, the payments returned will result from seeking backwards from the specified index offset. This can be used to paginate backwards. The order of the returned payments is always oldest first (ascending index order).
- countTotalPayments
If set, all payments (complete and incomplete, independent of the max_payments parameter) will be counted. Note that setting this to true will increase the run time of the call significantly on systems that have a lot of payments, as all of them have to be iterated through to be counted.
- creationDateStart
If set, returns all invoices with a creation date greater than or equal to it. Measured in seconds since the unix epoch.
- creationDateEnd
If set, returns all invoices with a creation date less than or equal to it. Measured in seconds since the unix epoch.
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ListPaymentsRequest.type
- Definition Classes
- ListPaymentsRequest → GeneratedMessage
- val countTotalPayments: Boolean
- val creationDateEnd: UInt64
- val creationDateStart: UInt64
- def discardUnknownFields: ListPaymentsRequest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- ListPaymentsRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListPaymentsRequest → GeneratedMessage
- val includeIncomplete: Boolean
- val indexOffset: UInt64
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxPayments: UInt64
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reversed: Boolean
- def serializedSize: Int
- Definition Classes
- ListPaymentsRequest → GeneratedMessage
- 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
- ListPaymentsRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ListPaymentsRequest, ListPaymentsRequest]) => Mutation[ListPaymentsRequest]*): ListPaymentsRequest
- Definition Classes
- Updatable
- 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 withCountTotalPayments(__v: Boolean): ListPaymentsRequest
- def withCreationDateEnd(__v: UInt64): ListPaymentsRequest
- def withCreationDateStart(__v: UInt64): ListPaymentsRequest
- def withIncludeIncomplete(__v: Boolean): ListPaymentsRequest
- def withIndexOffset(__v: UInt64): ListPaymentsRequest
- def withMaxPayments(__v: UInt64): ListPaymentsRequest
- def withReversed(__v: Boolean): ListPaymentsRequest
- def withUnknownFields(__v: UnknownFieldSet): ListPaymentsRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListPaymentsRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage