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.

Properties

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

The custom data to send with the request.

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

The custom headers to send with the request.

Link copied to clipboard

The policy for mapping field names.

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

The format of the request body.

Link copied to clipboard
open override val method: HTTPMethod

The HTTP method to use.

Link copied to clipboard
open override val path: String

The path to the API endpoint.

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