Values.SenderContactSourceAn object that contains the details of the sender-provided contact person for the EngagementInvitation.
type nonrec t = {email : SenderContactEmail.t;The sender-provided contact's email address associated with the EngagementInvitation.
*)firstName : Name.t option;The sender-provided contact's last name associated with the EngagementInvitation.
*)lastName : Name.t option;The sender-provided contact's first name associated with the EngagementInvitation.
*)businessTitle : JobTitle.t option;The sender-provided contact's title (job title or role) associated with the EngagementInvitation.
*)phone : PhoneNumber.t option;The sender-provided contact's phone number associated with the EngagementInvitation.
*)}val make :
?firstName:??? ->
?lastName:??? ->
?businessTitle:??? ->
?phone:??? ->
email:SenderContactEmail.t ->
unit ->
t