toggle menu
Gamebase SDK for Android
2.62.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.auth.data
/
TemporaryWithdrawalInfo
Temporary
Withdrawal
Info
open
class
TemporaryWithdrawalInfo
:
ValueObject
Members
Constructors
Temporary
Withdrawal
Info
Link copied to clipboard
constructor
(
)
Properties
grace
Period
Date
Link copied to clipboard
open
val
gracePeriodDate
:
Long
If the user requested to withdraw, the time at which the withdrawal takes place is returned.
Functions
from
Json
Link copied to clipboard
open
fun
<
T
>
fromJson
(
@
NonNull
json
:
String
,
classOfT
:
Class
<
T
>
)
:
T
open
fun
<
T
>
fromJson
(
@
NonNull
json
:
String
,
type
:
Type
)
:
T
open
fun
<
T
>
fromJson
(
@
NonNull
jsonObject
:
JSONObject
,
classOfT
:
Class
<
T
>
)
:
T
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
to
Pretty
Json
String
Link copied to clipboard
open
fun
toPrettyJsonString
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String