PaymentRecipientEdge
An edge in a connection.
type PaymentRecipientEdge {
cursor: String!
node: PaymentRecipient
}
Fields
PaymentRecipientEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
PaymentRecipientEdge.node ● PaymentRecipient object
The item at the end of the edge.
Member of
PaymentRecipientConnection object