Client

public struct Client

A struct representation of a client in the harvest system

  • A dictionary representation of the client which can be submitted to the API to create a new client or update an existing one

    Declaration

    Swift

    var serialisedObject: [String: AnyObject]