Package com.increase.api.models
Class Entity.NaturalPerson
-
- All Implemented Interfaces:
public final class Entity.NaturalPersonDetails of the natural person entity. Will be present if
structureis equal tonatural_person.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntity.NaturalPerson.BuilderA builder for NaturalPerson.
public final classEntity.NaturalPerson.AddressThe person's address.
public final classEntity.NaturalPerson.IdentificationA means of verifying the person's identity.
-
Method Summary
Modifier and Type Method Description final Entity.NaturalPerson.Addressaddress()The person's address. final LocalDatedateOfBirth()The person's date of birth in YYYY-MM-DD format. final Entity.NaturalPerson.Identificationidentification()A means of verifying the person's identity. final Stringname()The person's legal name. final JsonField<Entity.NaturalPerson.Address>_address()The person's address. final JsonField<LocalDate>_dateOfBirth()The person's date of birth in YYYY-MM-DD format. final JsonField<Entity.NaturalPerson.Identification>_identification()A means of verifying the person's identity. final JsonField<String>_name()The person's legal name. final Map<String, JsonValue>_additionalProperties()final Entity.NaturalPersonvalidate()final Entity.NaturalPerson.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Entity.NaturalPerson.Builderbuilder()-
-
Method Detail
-
address
final Entity.NaturalPerson.Address address()
The person's address.
-
dateOfBirth
final LocalDate dateOfBirth()
The person's date of birth in YYYY-MM-DD format.
-
identification
final Entity.NaturalPerson.Identification identification()
A means of verifying the person's identity.
-
_address
final JsonField<Entity.NaturalPerson.Address> _address()
The person's address.
-
_dateOfBirth
final JsonField<LocalDate> _dateOfBirth()
The person's date of birth in YYYY-MM-DD format.
-
_identification
final JsonField<Entity.NaturalPerson.Identification> _identification()
A means of verifying the person's identity.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Entity.NaturalPerson validate()
-
toBuilder
final Entity.NaturalPerson.Builder toBuilder()
-
builder
final static Entity.NaturalPerson.Builder builder()
-
-
-
-