Class KycInfo.Baseline
-
- All Implemented Interfaces:
public final class KycInfo.BaselineKYC information for an
Entityin the baseline jurisdiction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycInfo.Baseline.BuilderA builder for Baseline.
public final classKycInfo.Baseline.JurisdictionJurisdiction of the KYC check.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the KYC check. final KycStatusstatus()KYC check status. final Optional<OffsetDateTime>checkedDt()Datetime when the KYC was last checked. final Optional<BaselineKycCheckData>data()KYC data for an Entityin the BASELINE jurisdiction.final Optional<KycInfo.Baseline.Jurisdiction>jurisdiction()Jurisdiction of the KYC check. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<KycStatus>_status()Returns the raw JSON value of status. final JsonField<OffsetDateTime>_checkedDt()Returns the raw JSON value of checkedDt. final JsonField<BaselineKycCheckData>_data()Returns the raw JSON value of data. final JsonField<KycInfo.Baseline.Jurisdiction>_jurisdiction()Returns the raw JSON value of jurisdiction. final Map<String, JsonValue>_additionalProperties()final KycInfo.Baseline.BuildertoBuilder()final KycInfo.Baselinevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycInfo.Baseline.Builderbuilder()Returns a mutable builder for constructing an instance of Baseline. -
-
Method Detail
-
checkedDt
final Optional<OffsetDateTime> checkedDt()
Datetime when the KYC was last checked. ISO 8601 timestamp.
-
data
final Optional<BaselineKycCheckData> data()
KYC data for an
Entityin the BASELINE jurisdiction.
-
jurisdiction
final Optional<KycInfo.Baseline.Jurisdiction> jurisdiction()
Jurisdiction of the KYC check.
-
_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<KycStatus> _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<BaselineKycCheckData> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<KycInfo.Baseline.Jurisdiction> _jurisdiction()
Returns the raw JSON value of jurisdiction.
Unlike jurisdiction, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final KycInfo.Baseline.Builder toBuilder()
-
validate
final KycInfo.Baseline validate()
-
builder
final static KycInfo.Baseline.Builder builder()
Returns a mutable builder for constructing an instance of Baseline.
The following fields are required:
.id() .status()
-
-
-
-