SquareUp.V1.Employee (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.v1_employee(), %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.v1_employee())
Link to this function
retrieve(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
retrieve(SquareUp.Client.t(), %{employee_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.v1_employee())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{employee_id: binary()}, SquareUp.TypeSpecs.v1_employee(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.v1_employee())