react-native-tpay
    Preparing search index...

    Class Transaction

    Class responsible for storing information about UI module transaction

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • 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 Transaction

    Properties

    amount: number
    description: string
    hiddenDescription: string | null
    notifications: Notifications | null