Class KycCreateManagedCheckResponse.Builder
-
- All Implemented Interfaces:
public final class KycCreateManagedCheckResponse.BuilderA builder for KycCreateManagedCheckResponse.
-
-
Method Summary
-
-
Method Detail
-
embedUrl
final KycCreateManagedCheckResponse.Builder embedUrl(String embedUrl)
URL of a managed KYC flow interface for the
Entity.
-
embedUrl
final KycCreateManagedCheckResponse.Builder embedUrl(JsonField<String> embedUrl)
Sets Builder.embedUrl to an arbitrary JSON value.
You should usually call Builder.embedUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
expirationDt
final KycCreateManagedCheckResponse.Builder expirationDt(OffsetDateTime expirationDt)
Datetime at which the KYC request will expired. ISO 8601 timestamp.
-
expirationDt
final KycCreateManagedCheckResponse.Builder expirationDt(JsonField<OffsetDateTime> expirationDt)
Sets Builder.expirationDt to an arbitrary JSON value.
You should usually call Builder.expirationDt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final KycCreateManagedCheckResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final KycCreateManagedCheckResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final KycCreateManagedCheckResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final KycCreateManagedCheckResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final KycCreateManagedCheckResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final KycCreateManagedCheckResponse build()
Returns an immutable instance of KycCreateManagedCheckResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.embedUrl() .expirationDt()
-
-
-
-