Class: Square::Types::Job

Inherits:
Internal::Types::Model show all
Defined in:
lib/square/types/job.rb

Overview

Represents a job that can be assigned to [team members](entity:TeamMember). This object defines the job’s title and tip eligibility. Compensation is defined in a [job assignment](entity:JobAssignment) in a team member’s wage setting.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Square::Internal::Types::Model