Schema for updating a member.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
OptionalNullable[str] | ➖ | N/A | Jane Doe |
role |
OptionalNullable[models.MemberRole] | ➖ | The role of the member within the customer. |
Schema for updating a member.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
OptionalNullable[str] | ➖ | N/A | Jane Doe |
role |
OptionalNullable[models.MemberRole] | ➖ | The role of the member within the customer. |