P2PSentRequestsFetchResponse
public struct P2PSentRequestsFetchResponse : Decodable, Equatable
The response model for fetching sent person-to-person (P2P) requests.
-
The embedded data within the
P2PSentRequestsFetchResponse
.Declaration
Swift
public let embedded: Embedded
-
The pagination data for the response.
Declaration
Swift
public let page: PaginationData
-
Initializes a
P2PSentRequestsFetchResponse
.Declaration
Swift
public init(embedded: Embedded, page: PaginationData)
Parameters
embedded
The embedded data within the response.
page
The pagination data for the response.
-
The embedded data within the
See moreP2PSentRequestsFetchResponse
.Declaration
Swift
struct Embedded : Decodable, Equatable