OrderRelationships

public class OrderRelationships : Codable

Represents the relationships for an Order

  • The items in this order

    Declaration

    Swift

    public let items: [String : [[String : String]]]?
  • The customer information in this order

    Declaration

    Swift

    public let customer: [String : [String : String]]?