final case class ListInvoiceRequest(pendingOnly: Boolean = false, indexOffset: UInt64 = lnrpc.ListInvoiceRequest._typemapper_indexOffset.toCustom(0L), numMaxInvoices: UInt64 = lnrpc.ListInvoiceRequest._typemapper_numMaxInvoices.toCustom(0L), reversed: Boolean = false, creationDateStart: UInt64 = lnrpc.ListInvoiceRequest._typemapper_creationDateStart.toCustom(0L), creationDateEnd: UInt64 = lnrpc.ListInvoiceRequest._typemapper_creationDateEnd.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListInvoiceRequest] with Product with Serializable
- pendingOnly
If set, only invoices that are not settled and not canceled will be returned in the response.
- indexOffset
The index of an invoice that will be used as either the start or end of a query to determine which invoices should be returned in the response.
- numMaxInvoices
The max number of invoices to return in the response to this query.
- reversed
If set, the invoices returned will result from seeking backwards from the specified index offset. This can be used to paginate backwards.
- 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
- ListInvoiceRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ListInvoiceRequest(pendingOnly: Boolean = false, indexOffset: UInt64 = lnrpc.ListInvoiceRequest._typemapper_indexOffset.toCustom(0L), numMaxInvoices: UInt64 = lnrpc.ListInvoiceRequest._typemapper_numMaxInvoices.toCustom(0L), reversed: Boolean = false, creationDateStart: UInt64 = lnrpc.ListInvoiceRequest._typemapper_creationDateStart.toCustom(0L), creationDateEnd: UInt64 = lnrpc.ListInvoiceRequest._typemapper_creationDateEnd.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- pendingOnly
If set, only invoices that are not settled and not canceled will be returned in the response.
- indexOffset
The index of an invoice that will be used as either the start or end of a query to determine which invoices should be returned in the response.
- numMaxInvoices
The max number of invoices to return in the response to this query.
- reversed
If set, the invoices returned will result from seeking backwards from the specified index offset. This can be used to paginate backwards.
- 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: ListInvoiceRequest.type
- Definition Classes
- ListInvoiceRequest → GeneratedMessage
- val creationDateEnd: UInt64
- val creationDateStart: UInt64
- def discardUnknownFields: ListInvoiceRequest
- 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
- ListInvoiceRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListInvoiceRequest → GeneratedMessage
- val indexOffset: UInt64
- 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 numMaxInvoices: UInt64
- val pendingOnly: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reversed: Boolean
- def serializedSize: Int
- Definition Classes
- ListInvoiceRequest → 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
- ListInvoiceRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ListInvoiceRequest, ListInvoiceRequest]) => Mutation[ListInvoiceRequest]*): ListInvoiceRequest
- 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 withCreationDateEnd(__v: UInt64): ListInvoiceRequest
- def withCreationDateStart(__v: UInt64): ListInvoiceRequest
- def withIndexOffset(__v: UInt64): ListInvoiceRequest
- def withNumMaxInvoices(__v: UInt64): ListInvoiceRequest
- def withPendingOnly(__v: Boolean): ListInvoiceRequest
- def withReversed(__v: Boolean): ListInvoiceRequest
- def withUnknownFields(__v: UnknownFieldSet): ListInvoiceRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListInvoiceRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage