You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param level: Current level of the user, indicating their reliability when purchasing digital goods and services. A higher level suggests a more trustworthy customer; a negative level is likely reason for concern.
13421
+
:type level: :obj:`int`
13422
+
13423
+
:param rating: Numerical value of the user's rating; the higher the rating, the better
13424
+
:type rating: :obj:`int`
13425
+
13426
+
:param current_level_rating: The rating value required to get the current level
13427
+
:type current_level_rating: :obj:`int`
13428
+
13429
+
:param next_level_rating: Optional. The rating value required to get to the next level; omitted if the maximum level was reached
0 commit comments