Relationships
open class Relationships : Codable
Represents all possible relationships a resource can have within Moltin
-
The
FilerelationshipsDeclaration
Swift
public var files: RelationshipMany? -
The main image (
File) relationshipDeclaration
Swift
public var mainImage: RelationshipSingle? -
The
CategoryrelationshipsDeclaration
Swift
public var categories: RelationshipMany? -
The
CollectionrelationshipsDeclaration
Swift
public var collections: RelationshipMany? -
The
BrandrelationshipsDeclaration
Swift
public var brands: RelationshipMany? -
The
FlowrelationshipDeclaration
Swift
public var flow: RelationshipSingle? -
The items relationships
Declaration
Swift
public var items: RelationshipMany? -
The
CustomerrelationshipDeclaration
Swift
public var customer: RelationshipSingle? -
The
CartItemrelationshipDeclaration
Swift
public var cartItem: RelationshipSingle? -
The
ProductrelationshipsDeclaration
Swift
public var products: RelationshipMany? -
The
TaxItemrelationshipsDeclaration
Swift
public var taxes: RelationshipMany?
View on GitHub
Relationships Class Reference