LootLocker Unity SDK 8.1.1
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.LootLockerBanInfo Class Reference

Details about a player's active ban. More...

Properties

string ban_reason [get, set]
 The reason for the ban.
 
string banned_on [get, set]
 The time the ban was issued, as an ISO 8601 timestamp.
 
string banned_until [get, set]
 The time the ban expires, as an ISO 8601 timestamp.
 
bool permanent [get, set]
 True if the ban has no expiry date.
 

Detailed Description

Details about a player's active ban.

Property Documentation

◆ ban_reason

string LootLocker.LootLockerBanInfo.ban_reason
getset

The reason for the ban.

One of "manual" or "chargeback".

◆ banned_until

string LootLocker.LootLockerBanInfo.banned_until
getset

The time the ban expires, as an ISO 8601 timestamp.

Null when the ban is permanent; check the permanent field to confirm.