plaid2.model.identity_verification_retried_webhook module

class plaid2.model.identity_verification_retried_webhook.IdentityVerificationRetriedWebhook(*, identity_verification_id: Any = None, webhook_code: str, webhook_type: str)[source]

Bases: BaseModel

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

identity_verification_id: Any

The ID of the associated Identity Verification attempt.

json(**kwargs: Any) str[source]

Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json

classmethod parse_obj(data: Any) IdentityVerificationRetriedWebhook[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) IdentityVerificationRetriedWebhook[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

webhook_code: str

RETRIED

webhook_type: str

IDENTITY_VERIFICATION