userStatus property

int? userStatus
final

The status of a customer’s account within your app.

Possible Values: 0 - Account status is undeclared. 1 - The customer’s account is active. 2 - The customer’s account is suspended. 3 - The customer’s account is terminated. 4 - The customer’s account has limited access.

Implementation

final int? userStatus;