toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.processout_sdk
/
GatewayConfiguration
Gateway
Configuration
open
class
GatewayConfiguration
Members
Constructors
Gateway
Configuration
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
enabled
:
Boolean
,
defaultCurrency
:
String
,
gateway
:
Gateway
)
Properties
default
Currency
Link copied to clipboard
@
SerializedName
(
value
=
"default_currency"
)
open
val
defaultCurrency
:
String
gateway
Link copied to clipboard
@
SerializedName
(
value
=
"gateway"
)
open
val
gateway
:
Gateway
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
open
val
id
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
open
val
name
:
String
Functions
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
)
:
Boolean