GatewayConfiguration

Constructors

Link copied to clipboard
constructor(id: String, name: String, enabled: Boolean, defaultCurrency: String, gateway: Gateway)

Properties

Link copied to clipboard
@SerializedName(value = "default_currency")
open val defaultCurrency: String
Link copied to clipboard
@SerializedName(value = "gateway")
open val gateway: Gateway
Link copied to clipboard
@SerializedName(value = "id")
open val id: String
Link copied to clipboard
@SerializedName(value = "name")
open val name: String

Functions

Link copied to clipboard
open fun isEnabled(): Boolean