Models

  • Represents a Address in Moltin

    See more

    Declaration

    Swift

    open class Address : Codable
  • Represents a Brand in Moltin

    See more

    Declaration

    Swift

    open class Brand : Codable, HasRelationship
  • Represents a Category in Moltin

    See more

    Declaration

    Swift

    open class Category : Codable, HasRelationship
  • Represents a Collection in Moltin

    See more

    Declaration

    Swift

    open class Collection : Codable, HasRelationship
  • Represents a Currency in Moltin

    See more

    Declaration

    Swift

    open class Currency : Codable
  • Represents the meta information of a Currency object

    See more

    Declaration

    Swift

    public class CurrencyMeta : Codable
  • Represents a Customer in Moltin

    See more

    Declaration

    Swift

    open class Customer : Codable
  • Represents a DisplayPrice in Moltin

    See more

    Declaration

    Swift

    public struct DisplayPrice : Codable
  • Represents display prices in Moltin with and without tax, and the tax value

    See more

    Declaration

    Swift

    public struct DisplayPrices : Codable
  • Represents a Entry in Moltin

    See more

    Declaration

    Swift

    open class Entry : Codable
  • Represents a Field in Moltin

    See more

    Declaration

    Swift

    open class Field : Codable
  • Represents the meta information for a Field

    See more

    Declaration

    Swift

    public struct FieldMeta : Codable
  • Represents a Flow in Moltin

    See more

    Declaration

    Swift

    open class Flow : Codable
  • Represents a File in Moltin

    See more

    Declaration

    Swift

    open class File : Codable
  • The meta information for a File

    See more

    Declaration

    Swift

    public class FileMeta : Codable
  • The dimensions of a File

    See more

    Declaration

    Swift

    public struct FileDimensions : Codable
  • Represents a Order in Moltin

    See more

    Declaration

    Swift

    open class Order : Codable
  • Represents the meta information for an Order

    See more

    Declaration

    Swift

    public class OrderMeta : Codable
  • Represents the relationships for an Order

    See more

    Declaration

    Swift

    public class OrderRelationships : Codable
  • Denotes a successful order returned from the payment gateway

    Declaration

    Swift

    open class OrderSuccess : Codable
  • Represents all possible relationships a resource can have within Moltin

    See more

    Declaration

    Swift

    open class Relationships : Codable
  • Represents a relationship item

    See more

    Declaration

    Swift

    public struct RelationshipData : Codable
  • Represents a relationship which can hold a single item

    See more

    Declaration

    Swift

    public class RelationshipSingle : Codable
  • Represents a relationship which can hold many items

    See more

    Declaration

    Swift

    public class RelationshipMany : Codable
  • Represents common timestamps returned from Moltin

    See more

    Declaration

    Swift

    open class Timestamps : Codable