Embedded
struct Embedded : Codable, Equatable, Hashable
Represents the embedded objects associated with a payment mean.
-
The consumer PSP information.
Declaration
Swift
public let consumerPsp: ConsumerPsp?
-
The payment source profile information.
Declaration
Swift
public let paymentSourceProfile: PaymentSourceProfile?
-
Initializes the embedded objects with the provided properties.
Declaration
Swift
public init(consumerPsp: ConsumerPsp?, paymentSourceProfile: PaymentSourceProfile?)
Parameters
consumerPsp
The consumer PSP information.
paymentSourceProfile
The payment source profile information.