Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BondFactory

Abstraction to represent a class that creates bond instances.\

Hierarchy

  • BondFactory

Implemented by

Index

Methods

createStudentBond

  • createStudentBond(registration: string, program: string, bondSwitchUrl: null | URL): StudentBond
  • Creates a student program instance.

    Parameters

    • registration: string

      It is the student registration code, in IFSC it is called "matrĂ­cula".

    • program: string

      It's the name of the student program, in IFSC it is called "curso".

    • bondSwitchUrl: null | URL

      If the user has more than one bond, the bond link will be used to change the bond

    Returns StudentBond

createTeacherBond

Generated using TypeDoc