plaid2.model.student_repayment_plan module

class plaid2.model.student_repayment_plan.StudentRepaymentPlan(*, type: Optional[str] = None, description: Optional[str] = None)[source]

Bases: BaseModel

description: Optional[str]

The description of the repayment plan as provided by the servicer.

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

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

type: Optional[str]

The type of the repayment plan.