Class KycInfo.Us
-
- All Implemented Interfaces:
public final class KycInfo.UsKYC information for an
Entityin the US jurisdiction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycInfo.Us.BuilderA builder for Us.
public final classKycInfo.Us.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<UsKycCheckData>data()KYC data for an Entityin the US jurisdiction.final Optional<KycInfo.Us.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<UsKycCheckData>_data()Returns the raw JSON value of data. final JsonField<KycInfo.Us.Jurisdiction>_jurisdiction()Returns the raw JSON value of jurisdiction. final Map<String, JsonValue>_additionalProperties()final KycInfo.Us.BuildertoBuilder()final KycInfo.Usvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycInfo.Us.Builderbuilder()Returns a mutable builder for constructing an instance of Us. -
-
Method Detail
-
checkedDt
final Optional<OffsetDateTime> checkedDt()
Datetime when the KYC was last checked. ISO 8601 timestamp.
-
data
final Optional<UsKycCheckData> data()
KYC data for an
Entityin the US jurisdiction.
-
jurisdiction
final Optional<KycInfo.Us.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<UsKycCheckData> _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.Us.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.Us.Builder toBuilder()
-
validate
final KycInfo.Us validate()
-
builder
final static KycInfo.Us.Builder builder()
Returns a mutable builder for constructing an instance of Us.
The following fields are required:
.id() .status()
-
-
-
-