plaid2.model.payment_consent_valid_date_time module
- class plaid2.model.payment_consent_valid_date_time.PaymentConsentValidDateTime(*, to: Optional[str] = None, from_: Optional[str] = None)[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
- from_: Optional[str]
//wikipedia.org/wiki/ISO_8601) format.
- Type
The date and time from which the consent should be active, in [ISO 8601](https
- 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) PaymentConsentValidDateTime [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) PaymentConsentValidDateTime [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- to: Optional[str]
//wikipedia.org/wiki/ISO_8601) format.
- Type
The date and time at which the consent expires, in [ISO 8601](https