react-native-tpay
    Preparing search index...

    Class TokenPayment

    Class responsible for storing information about credit card token payment with Tpay UI module.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • cardToken: string

        token of tokenized card

      • payer: Payer

        payer information

      • amount: number

        amount of money payer has to pay

      • description: string

        description of payment shown to payer

      • hiddenDescription: string | null

        description of payment shown to merchant

      • notifications: Notifications | null

        payment notification url and email

      Returns TokenPayment

    Properties

    amount: number
    cardToken: string
    description: string
    hiddenDescription: string | null
    notifications: Notifications | null
    payer: Payer