plaid2.model.payment_initiation_standing_order_metadata module
- class plaid2.model.payment_initiation_standing_order_metadata.PaymentInitiationStandingOrderMetadata(*, supports_standing_order_end_date: bool, supports_standing_order_negative_execution_days: bool, valid_standing_order_intervals: List[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) PaymentInitiationStandingOrderMetadata [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) PaymentInitiationStandingOrderMetadata [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- supports_standing_order_end_date: bool
Indicates whether the institution supports closed-ended standing orders by providing an end date.
- supports_standing_order_negative_execution_days: bool
This is only applicable to MONTHLY standing orders. Indicates whether the institution supports negative integers (-1 to -5) for setting up a MONTHLY standing order relative to the end of the month.
- valid_standing_order_intervals: List[str]
A list of the valid standing order intervals supported by the institution.