UserProduct

public struct UserProduct : JSONParsable

A user product data.

SeeAlso: https://techdocs.login.schibsted.com/endpoints/GET/user/%7BuserId%7D/product/%7BproductId%7D/

  • Declaration

    Swift

    public var productID: String?
  • Declaration

    Swift

    public var result: Bool?
  • human-readable string representation (YAML)

    Declaration

    Swift

    public var description: String { get }