plaid2.model.user_id_number module

class plaid2.model.user_id_number.UserIdNumber(*, type: str, value: 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

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) UserIdNumber[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) UserIdNumber[source]

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

type: str

//cognitohq.com/docs/flow/flow-hybrid-input-validation)

Type

A globally unique and human readable ID type, specific to the country and document category. For more context on this field, see [Hybrid Input Validation](https

value: str

Value of identity document value typed in by user. Alpha-numeric, with all formatting characters stripped.