plaid2.model.identity_verification_step_summary module
- class plaid2.model.identity_verification_step_summary.IdentityVerificationStepSummary(*, watchlist_screening: str, risk_check: str, selfie_check: str, kyc_check: str, verify_sms: str, accept_tos: str, documentary_verification: str)[source]
Bases:
BaseModel
- accept_tos: str
The status of a step in the identity verification process.
- dict(**kwargs: Any) Dict[str, Any] [source]
Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict
- documentary_verification: str
The status of a step in the identity verification process.
- json(**kwargs: Any) str [source]
Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json
- kyc_check: str
The status of a step in the identity verification process.
- classmethod parse_obj(data: Any) IdentityVerificationStepSummary [source]
Parse a dict into the object. Takes same keyword arguments as pydantic.BaseModel.parse_obj
- classmethod parse_raw(b: Union[bytes, str], **kwargs: Any) IdentityVerificationStepSummary [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- risk_check: str
The status of a step in the identity verification process.
- selfie_check: str
The status of a step in the identity verification process.
- verify_sms: str
The status of a step in the identity verification process.
- watchlist_screening: str
The status of a step in the identity verification process.