Embedded
struct Embedded : Codable, Equatable
Represents the embedded data within the payment source update response.
-
The payment source proxies.
Declaration
Swift
public let paymentSourceProxies: [PaymentSourceProxy]
-
Initializes a new
Embedded
instance.Declaration
Swift
public init(paymentSourceProxies: [PaymentSourceProxy])
Parameters
paymentSourceProxies
The payment source proxies.