-
public final class InaiPayoutsConfig extends InaiBaseConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate final StringsessionTokenprivate final StringcountryCodeprivate final Stringlocaleprivate final InaiPresentationModepresentationMode
-
Constructor Summary
Constructors Constructor Description InaiPayoutsConfig(String token, String sessionToken, String countryCode, String locale, InaiPresentationMode presentationMode)
-
Method Summary
Modifier and Type Method Description final StringgetToken()final StringgetSessionToken()final StringgetCountryCode()final StringgetLocale()final InaiPresentationModegetPresentationMode()-
-
Constructor Detail
-
InaiPayoutsConfig
InaiPayoutsConfig(String token, String sessionToken, String countryCode, String locale, InaiPresentationMode presentationMode)
-
-
Method Detail
-
getSessionToken
final String getSessionToken()
-
getCountryCode
final String getCountryCode()
-
getPresentationMode
final InaiPresentationMode getPresentationMode()
-
-
-
-