kycCheck property
- @JsonKey.new(name: 'kyc_check', toJson: identityVerificationStepStatusToJson, fromJson: identityVerificationStepStatusFromJson)
final
      Implementation
@JsonKey(
  name: 'kyc_check',
  toJson: identityVerificationStepStatusToJson,
  fromJson: identityVerificationStepStatusFromJson,
)
final enums.IdentityVerificationStepStatus kycCheck;