UpdateGatewaySettingsParameters interface

The update gateway settings request parameters.

Properties

isCredentialEnabled

Indicates whether or not the gateway settings based authorization is enabled.

password

The gateway settings user password.

userName

The gateway settings user name.

Property Details

isCredentialEnabled

Indicates whether or not the gateway settings based authorization is enabled.

isCredentialEnabled?: boolean

Property Value

boolean

password

The gateway settings user password.

password?: string

Property Value

string

userName

The gateway settings user name.

userName?: string

Property Value

string