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