Class responsible for storing information about recurring payments

Constructors

Properties

Constructors

  • Parameters

    • frequency: Frequency

      how often payment should be repeated

    • quantity: null | number

      how many times payment should be repeated. If null, quantity = infinity

    • endDate: string

      date in yyyy-MM-dd format

    Returns Recursive

Properties

endDate: string
frequency: Frequency
quantity: null | number

Generated using TypeDoc