userId property

int? userId
getter/setter pair

The userID of the person sending. Is nullable is the person sending is a customer.

Implementation

int? userId;