Class UsKycCheckData.KycMetadata
-
- All Implemented Interfaces:
public final class UsKycCheckData.KycMetadataMetadata about the KYC check.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.KycMetadata.BuilderA builder for KycMetadata.
-
Method Summary
Modifier and Type Method Description final OffsetDateTimecheckCompletedAt()Completion datetime of KYC check. final OffsetDateTimecheckInitiatedAt()Start datetime of KYC check. final StringipAddress()IP address of applicant at time of KYC check. final StringrefId()Your unique identifier for the KYC check. final JsonField<OffsetDateTime>_checkCompletedAt()Returns the raw JSON value of checkCompletedAt. final JsonField<OffsetDateTime>_checkInitiatedAt()Returns the raw JSON value of checkInitiatedAt. final JsonField<String>_ipAddress()Returns the raw JSON value of ipAddress. final JsonField<String>_refId()Returns the raw JSON value of refId. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.KycMetadata.BuildertoBuilder()final UsKycCheckData.KycMetadatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.KycMetadata.Builderbuilder()Returns a mutable builder for constructing an instance of KycMetadata. -
-
Method Detail
-
checkCompletedAt
final OffsetDateTime checkCompletedAt()
Completion datetime of KYC check.
-
checkInitiatedAt
final OffsetDateTime checkInitiatedAt()
Start datetime of KYC check.
-
_checkCompletedAt
final JsonField<OffsetDateTime> _checkCompletedAt()
Returns the raw JSON value of checkCompletedAt.
Unlike checkCompletedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_checkInitiatedAt
final JsonField<OffsetDateTime> _checkInitiatedAt()
Returns the raw JSON value of checkInitiatedAt.
Unlike checkInitiatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_ipAddress
final JsonField<String> _ipAddress()
Returns the raw JSON value of ipAddress.
Unlike ipAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_refId
final JsonField<String> _refId()
Returns the raw JSON value of refId.
Unlike refId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.KycMetadata.Builder toBuilder()
-
validate
final UsKycCheckData.KycMetadata validate()
-
builder
final static UsKycCheckData.KycMetadata.Builder builder()
Returns a mutable builder for constructing an instance of KycMetadata.
The following fields are required:
.checkCompletedAt() .checkInitiatedAt() .ipAddress() .refId()
-
-
-
-