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) · 739 Bytes

CreateTeamMemberRequest.md

File metadata and controls

13 lines (8 loc) · 739 Bytes

SquareConnect.CreateTeamMemberRequest

Description

Represents a create request for a TeamMember object.

Properties

Name Type Description Notes
idempotency_key String A unique string that identifies this CreateTeamMember request. Keys can be any valid string but must be unique for every request. See Idempotency keys for more information. <br> <b>Min Length 1 Max Length 45</b> [optional]
team_member TeamMember <b>Required</b> The data which will be used to create the `TeamMember` object. [optional]