P2PReceivedRequestsFetchResponse

public struct P2PReceivedRequestsFetchResponse : Decodable, Equatable

The response model for fetching received person-to-person (P2P) requests.

  • The embedded data containing the P2P requests.

    Declaration

    Swift

    public let embedded: Embedded
  • The pagination data for the response.

    Declaration

    Swift

    public let page: PaginationData
  • The embedded data containing the person-to-person (P2P) requests.

    See more

    Declaration

    Swift

    public struct Embedded : Decodable, Equatable
  • Initializes a P2PReceivedRequestsFetchResponse.

    Declaration

    Swift

    public init(embedded: Embedded, page: PaginationData)

    Parameters

    embedded

    The embedded data containing the P2P requests.

    page

    The pagination data for the response.