PlanTypes

protocol PlanTypes

PlanTypes Option

  • If this FI is being used without any splitting of cost, use soloPlan

    Declaration

    Swift

    var soloPlan: Plan { get }
  • If balance, or others are being used in addition to the FI use the matching id for the splitPlan in this list

    Declaration

    Swift

    var splitPlans: [Plan] { get }