VGSTokenizationRequest

Class to collect data before tokenization.

Parameters

fieldsIgnore

contains true if need to skip data from input fields.

fileIgnore

contains true if need to skip files.

requestTimeoutInterval

Specifies request timeout interval in milliseconds.

routeId

Defines route id for submitting data.

Types

Link copied to clipboard

Creates a builder for a request that uses to send data to VGS server. dialog theme.

Properties

Link copied to clipboard
open override val customData: Map<String, Any>

The Map to save for request.

Link copied to clipboard
open override val customHeader: Map<String, String>

The headers to save for request.

Link copied to clipboard
open override val fieldsIgnore: Boolean
Link copied to clipboard
open override val fileIgnore: Boolean
Link copied to clipboard
open override val format: VGSHttpBodyFormat
Link copied to clipboard
open override val method: HTTPMethod

HTTP method

Link copied to clipboard
open override val path: String

path for a request

Link copied to clipboard
open override val requestTimeoutInterval: Long
Link copied to clipboard
open override val routeId: String?