Class VerificationCreateParams.Body
-
- All Implemented Interfaces:
public final class VerificationCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VerificationCreateParams.Body.Builder
A builder for Body.
-
Method Summary
-
-
Method Detail
-
target
final VerificationCreateParams.Target target()
The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.
-
dispatchId
final Optional<String> dispatchId()
The identifier of the dispatch that came from the front-end SDK.
-
metadata
final Optional<VerificationCreateParams.Metadata> metadata()
The metadata for this verification. This object will be returned with every response or webhook sent that refers to this verification.
-
options
final Optional<VerificationCreateParams.Options> options()
Verification options
-
signals
final Optional<VerificationCreateParams.Signals> signals()
The signals used for anti-fraud. For more details, refer to /verify/v2/documentation/prevent-fraud#signals.
-
_target
final JsonField<VerificationCreateParams.Target> _target()
Returns the raw JSON value of target.
Unlike target, this method doesn't throw if the JSON field has an unexpected type.
-
_dispatchId
final JsonField<String> _dispatchId()
Returns the raw JSON value of dispatchId.
Unlike dispatchId, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<VerificationCreateParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_options
final JsonField<VerificationCreateParams.Options> _options()
Returns the raw JSON value of options.
Unlike options, this method doesn't throw if the JSON field has an unexpected type.
-
_signals
final JsonField<VerificationCreateParams.Signals> _signals()
Returns the raw JSON value of signals.
Unlike signals, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VerificationCreateParams.Body.Builder toBuilder()
-
validate
final VerificationCreateParams.Body validate()
-
builder
final static VerificationCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.target()
-
-
-
-