plaid2.model.transactions_category_rule module

class plaid2.model.transactions_category_rule.TransactionsCategoryRule(*, item_id: Optional[str] = None, created_at: Optional[str] = None, personal_finance_category: Optional[str] = None, id: Optional[str] = None, rule_details: Optional[TransactionsRuleDetails] = None)[source]

Bases: BaseModel

created_at: Optional[str]

mm:ssZ` ).

Type

Date and time when a rule was created in [ISO 8601](https

Type

//wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH

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

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

id: Optional[str]

A unique identifier of the rule created

item_id: Optional[str]

A unique identifier of the item the rule was created for

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

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

personal_finance_category: Optional[str]

Personal finance category unique identifier.

In the personal finance category taxonomy, this field is represented by the detailed category field.

rule_details: Optional[TransactionsRuleDetails]

A representation of transactions rule details.