Skip to main content

MemberRequestItem Constructors

An object defining constructors for the MemberRequestItem class.

MemberRequestItem(memberId, memberType)

Initializes a new instance of the MemberRequestItem class with the specified member identifier and type.

Parameters:

memberId (required): long
The unique identifier of the member.

memberType (required): MemberType
The type classification of the member.

Sets the following properties:

  • MemberId = memberId
  • MemberType = memberType