Class KycCreateManagedCheckResponse
-
- All Implemented Interfaces:
public final class KycCreateManagedCheckResponseURL for a managed KYC flow for an
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycCreateManagedCheckResponse.BuilderA builder for KycCreateManagedCheckResponse.
-
Method Summary
Modifier and Type Method Description final StringembedUrl()URL of a managed KYC flow interface for the Entity.final OffsetDateTimeexpirationDt()Datetime at which the KYC request will expired. final JsonField<String>_embedUrl()Returns the raw JSON value of embedUrl. final JsonField<OffsetDateTime>_expirationDt()Returns the raw JSON value of expirationDt. final Map<String, JsonValue>_additionalProperties()final KycCreateManagedCheckResponse.BuildertoBuilder()final KycCreateManagedCheckResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycCreateManagedCheckResponse.Builderbuilder()Returns a mutable builder for constructing an instance of KycCreateManagedCheckResponse. -
-
Method Detail
-
expirationDt
final OffsetDateTime expirationDt()
Datetime at which the KYC request will expired. ISO 8601 timestamp.
-
_embedUrl
final JsonField<String> _embedUrl()
Returns the raw JSON value of embedUrl.
Unlike embedUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_expirationDt
final JsonField<OffsetDateTime> _expirationDt()
Returns the raw JSON value of expirationDt.
Unlike expirationDt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final KycCreateManagedCheckResponse.Builder toBuilder()
-
validate
final KycCreateManagedCheckResponse validate()
-
builder
final static KycCreateManagedCheckResponse.Builder builder()
Returns a mutable builder for constructing an instance of KycCreateManagedCheckResponse.
The following fields are required:
.embedUrl() .expirationDt()
-
-
-
-