Embedded

struct Embedded : Codable, Equatable, Hashable

The embedded data associated with the payment source.

  • The list of instrument proxies associated with the payment source.

    Declaration

    Swift

    public let paymentSourceProxies: [PaymentSourceProxy]
  • Creates an instance of Embedded with the specified instrument proxies.

    Declaration

    Swift

    public init(paymentSourceProxies: [PaymentSourceProxy])

    Parameters

    instrumentProxies

    The list of instrument proxies associated with the payment source.