Embedded

struct Embedded : Codable, Hashable, Equatable

Represents the embedded metadata of a consumer PSP.

  • The metadata of the consumer PSP.

    Declaration

    Swift

    public let meta: Meta
  • Initializes a new Embedded instance.

    Declaration

    Swift

    public init(meta: Meta)

    Parameters

    meta

    The metadata of the consumer PSP.