Embedded
public struct Embedded : Decodable, Equatable
The embedded data containing the person-to-person (P2P) requests.
-
The array of person-to-person (P2P) requests.
Declaration
Swift
public let p2pRequests: [P2PRequestAsPayerResponse]
-
Initializes an
Embedded
instance.Declaration
Swift
public init(p2pRequests: [P2PRequestAsPayerResponse])
Parameters
p2pRequests
The array of P2P requests.