Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 498 Bytes

CreateTeamMemberResponse.md

File metadata and controls

13 lines (8 loc) · 498 Bytes

SquareConnect.CreateTeamMemberResponse

Description

Represents a response from a create request, containing the created TeamMember object or error messages.

Properties

Name Type Description Notes
team_member TeamMember The successfully created `TeamMember` object. [optional]
errors [Error] The errors that occurred during the request. [optional]