Wishlist

public protocol Wishlist

Wishlist protocol.

  • The id of the wishlist.

    Declaration

    Swift

    var resourceId: String
  • The display name of the wishlist.

    Declaration

    Swift

    var name: String
  • The number of items in the wishlist.

    Declaration

    Swift

    var itemsCount: Int
  • Collection of images corresponding to some or all of the items.

    Declaration

    Swift

    var images: [ImageResourceType]