WalletToPaymentRequestsConnection

@Serializable
data class WalletToPaymentRequestsConnection(val pageInfo: PageInfo, val count: Int, val entities: List<PaymentRequest>)

Parameters

pageInfo

An object that holds pagination information about the objects in this connection.

count

The total count of objects in this connection, using the current filters. It is different from the number of objects returned in the current page (in the entities field).

entities

The payment requests for the current page of this connection.

Constructors

Link copied to clipboard
constructor(pageInfo: PageInfo, count: Int, entities: List<PaymentRequest>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard