react-native-tpay
    Preparing search index...

    Class Recursive

    Class responsible for storing information about recurring payments

    Index

    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