userId property

int? get userId

The buyer's ID.

Implementation

int? get userId => payload['user_id'];