Skip to content

Product

mauryaratan edited this page Feb 5, 2023 · 1 revision

Product

In Lemon Squeezy, products describe the digital goods you offer to your customers.

public struct Product: Codable, Identifiable 

A product belongs to a Store and can have many Variants.

Inheritance

Codable, Identifiable

Nested Type Aliases

ID

public typealias ID = String

Properties

id

The unique identifier of this product.

public let id: ID

type

The type of the resource.

public let type: String

attributes

An object representing the resource data.

public let attributes: Attributes
Types
Global Functions
Clone this wiki locally