Class KycSubmitParams.Body.Baseline
-
- All Implemented Interfaces:
public final class KycSubmitParams.Body.BaselineInput parameters for providing KYC information for an
Entityin the baseline jurisdiction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycSubmitParams.Body.Baseline.BuilderA builder for Baseline.
public final classKycSubmitParams.Body.Baseline.JurisdictionJurisdiction of the KYC check.
-
Method Summary
Modifier and Type Method Description final BaselineKycCheckDatadata()KYC data for an Entityin the BASELINE jurisdiction.final StringproviderName()Name of the KYC provider that provided the KYC information. final Optional<KycSubmitParams.Body.Baseline.Jurisdiction>jurisdiction()Jurisdiction of the KYC check. final JsonField<BaselineKycCheckData>_data()Returns the raw JSON value of data. final JsonField<String>_providerName()Returns the raw JSON value of providerName. final JsonField<KycSubmitParams.Body.Baseline.Jurisdiction>_jurisdiction()Returns the raw JSON value of jurisdiction. final Map<String, JsonValue>_additionalProperties()final KycSubmitParams.Body.Baseline.BuildertoBuilder()final KycSubmitParams.Body.Baselinevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycSubmitParams.Body.Baseline.Builderbuilder()Returns a mutable builder for constructing an instance of Baseline. -
-
Method Detail
-
data
final BaselineKycCheckData data()
KYC data for an
Entityin the BASELINE jurisdiction.
-
providerName
final String providerName()
Name of the KYC provider that provided the KYC information.
-
jurisdiction
final Optional<KycSubmitParams.Body.Baseline.Jurisdiction> jurisdiction()
Jurisdiction of the KYC check.
-
_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.
-
_providerName
final JsonField<String> _providerName()
Returns the raw JSON value of providerName.
Unlike providerName, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<KycSubmitParams.Body.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 KycSubmitParams.Body.Baseline.Builder toBuilder()
-
validate
final KycSubmitParams.Body.Baseline validate()
-
builder
final static KycSubmitParams.Body.Baseline.Builder builder()
Returns a mutable builder for constructing an instance of Baseline.
The following fields are required:
.data() .providerName()
-
-
-
-