Class KycDocument
-
- All Implemented Interfaces:
public final class KycDocumentA document associated with KYC for an
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycDocument.BuilderA builder for KycDocument.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the document. final KycDocumentTypedocumentType()Type of document. final Stringfilename()Filename of document. final Stringurl()Temporary URL to access the document. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<KycDocumentType>_documentType()Returns the raw JSON value of documentType. final JsonField<String>_filename()Returns the raw JSON value of filename. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final KycDocument.BuildertoBuilder()final KycDocumentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycDocument.Builderbuilder()Returns a mutable builder for constructing an instance of KycDocument. -
-
Method Detail
-
documentType
final KycDocumentType documentType()
Type of document.
-
_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.
-
_documentType
final JsonField<KycDocumentType> _documentType()
Returns the raw JSON value of documentType.
Unlike documentType, this method doesn't throw if the JSON field has an unexpected type.
-
_filename
final JsonField<String> _filename()
Returns the raw JSON value of filename.
Unlike filename, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final KycDocument.Builder toBuilder()
-
validate
final KycDocument validate()
-
builder
final static KycDocument.Builder builder()
Returns a mutable builder for constructing an instance of KycDocument.
The following fields are required:
.id() .documentType() .filename() .url()
-
-
-
-