plaid2.model.sandbox_item_set_verification_status_request module

class plaid2.model.sandbox_item_set_verification_status_request.SandboxItemSetVerificationStatusRequest(*, access_token: str, account_id: str, verification_status: str)[source]

Bases: BaseModel

access_token: str

The access token associated with the Item data is being requested for.

account_id: str

The account_id of the account whose verification status is to be modified

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

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

verification_status: str

The verification status to set the account to.