Class KycInfo
-
- All Implemented Interfaces:
public final class KycInfoKYC information for an
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycInfo.BuilderA builder for KycInfo.
public final classKycInfo.StatusKYC check status.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the KYC check. final KycInfo.Statusstatus()KYC check status. final Optional<OffsetDateTime>checkedDt()Datetime when the KYC was last checked. final Optional<KycData>data()KYC data for an Entity.final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<KycInfo.Status>_status()Returns the raw JSON value of status. final JsonField<OffsetDateTime>_checkedDt()Returns the raw JSON value of checkedDt. final JsonField<KycData>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final KycInfo.BuildertoBuilder()final KycInfovalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycInfo.Builderbuilder()Returns a mutable builder for constructing an instance of KycInfo. -
-
Method Detail
-
status
final KycInfo.Status status()
KYC check status.
-
checkedDt
final Optional<OffsetDateTime> checkedDt()
Datetime when the KYC was last checked. ISO 8601 timestamp.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<KycInfo.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_checkedDt
final JsonField<OffsetDateTime> _checkedDt()
Returns the raw JSON value of checkedDt.
Unlike checkedDt, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<KycData> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final KycInfo.Builder toBuilder()
-
builder
final static KycInfo.Builder builder()
Returns a mutable builder for constructing an instance of KycInfo.
The following fields are required:
.id() .status()
-
-
-
-