kycCheck property

  1. @JsonKey(name: 'kyc_check', toJson: identityVerificationStepStatusToJson, fromJson: identityVerificationStepStatusFromJson)
IdentityVerificationStepStatus kycCheck
final

Implementation

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