Class UsKycCheckData.NonProfessionalTraderAttestation
-
- All Implemented Interfaces:
public final class UsKycCheckData.NonProfessionalTraderAttestationThe non-professional trader property is a self-attestation for US customers that can affect the metered realtime data fees. This field must be updated when if there is a change in the user's attestation. This field may also be modified by Dinari compliance team. For more information, please see the US Customers Integration Guide.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.NonProfessionalTraderAttestation.BuilderA builder for NonProfessionalTraderAttestation.
-
Method Summary
Modifier and Type Method Description final OffsetDateTimeattestationDt()Datetime when the attestation was made. final BooleanisNonProfessionalTrader()Whether the individual attests to being a non-professional trader. final JsonField<OffsetDateTime>_attestationDt()Returns the raw JSON value of attestationDt. final JsonField<Boolean>_isNonProfessionalTrader()Returns the raw JSON value of isNonProfessionalTrader. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.NonProfessionalTraderAttestation.BuildertoBuilder()final UsKycCheckData.NonProfessionalTraderAttestationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.NonProfessionalTraderAttestation.Builderbuilder()Returns a mutable builder for constructing an instance of NonProfessionalTraderAttestation. -
-
Method Detail
-
attestationDt
final OffsetDateTime attestationDt()
Datetime when the attestation was made.
-
isNonProfessionalTrader
final Boolean isNonProfessionalTrader()
Whether the individual attests to being a non-professional trader.
-
_attestationDt
final JsonField<OffsetDateTime> _attestationDt()
Returns the raw JSON value of attestationDt.
Unlike attestationDt, this method doesn't throw if the JSON field has an unexpected type.
-
_isNonProfessionalTrader
final JsonField<Boolean> _isNonProfessionalTrader()
Returns the raw JSON value of isNonProfessionalTrader.
Unlike isNonProfessionalTrader, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.NonProfessionalTraderAttestation.Builder toBuilder()
-
validate
final UsKycCheckData.NonProfessionalTraderAttestation validate()
-
builder
final static UsKycCheckData.NonProfessionalTraderAttestation.Builder builder()
Returns a mutable builder for constructing an instance of NonProfessionalTraderAttestation.
The following fields are required:
.attestationDt() .isNonProfessionalTrader()
-
-
-
-