OfferLinksResponse

public struct OfferLinksResponse : Decodable, Sendable

Navigation links for offer-related resources.

Provides hypermedia links to resources associated with an offer, including the offer itself and the account that created the offer.

See also:

  • Link to this offer resource (self reference).

    Declaration

    Swift

    public let selflink: LinkResponse
  • Link to the account that created this offer (offer maker).

    Declaration

    Swift

    public let seller: LinkResponse
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data