Products

  • Struct representing Order related values.

    See more

    Declaration

    Swift

    public struct Order : Codable, Equatable
  • Struct representing Product related values.

    See more

    Declaration

    Swift

    public struct Product : Codable, Equatable
  • Caseless enumeration with static methods to send Product Requests

    See more

    Declaration

    Swift

    public enum ProductsAPI
  • Enumeration of network requests for Products.

    See more

    Declaration

    Swift

    public enum ProductsRequest : URLRequestConvertible