Class KycSubmitParams.Body
-
- All Implemented Interfaces:
public final class KycSubmitParams.BodyInput parameters for providing KYC information for an
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKycSubmitParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final KycDatadata()KYC data for an Entity.final StringproviderName()Name of the KYC provider that provided the KYC information. final JsonField<KycData>_data()Returns the raw JSON value of data. final JsonField<String>_providerName()Returns the raw JSON value of providerName. final Map<String, JsonValue>_additionalProperties()final KycSubmitParams.Body.BuildertoBuilder()final KycSubmitParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static KycSubmitParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
providerName
final String providerName()
Name of the KYC provider that provided the KYC information.
-
_data
final JsonField<KycData> _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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final KycSubmitParams.Body.Builder toBuilder()
-
validate
final KycSubmitParams.Body validate()
-
builder
final static KycSubmitParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.data() .providerName()
-
-
-
-