ConsumerPspsResponse
public struct ConsumerPspsResponse : Codable, Equatable
Represents the response containing embedded consumer PSPs.
-
The embedded consumer PSPs.
Declaration
Swift
public let embedded: ConsumerPsps
-
Initializes a
ConsumerPspsResponse
instance with the specified embedded consumer PSPs.Declaration
Swift
public init(embedded: ConsumerPsps)
Parameters
embedded
The embedded consumer PSPs.