P2PPaymentsFetchResponse

public struct P2PPaymentsFetchResponse : Decodable, Equatable

Represents the response for fetching person-to-person (P2P) payments.

  • The embedded data within the response.

    Declaration

    Swift

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

    Declaration

    Swift

    public let page: PaginationData
  • Represents the embedded data within the response.

    See more

    Declaration

    Swift

    public struct Embedded : Decodable, Equatable