Embedded
public struct Embedded : Decodable, Equatable
The embedded data associated with the P2P request.
-
The details of the payee contact associated with the P2P request.
Declaration
Swift
public let payeeContact: ProxyCustomerDetailsResponse
-
Initializes an
Embedded
instance with the provided payee contact details.Declaration
Swift
public init(payeeContact: ProxyCustomerDetailsResponse)
Parameters
payeeContact
The details of the payee contact.