react-native-tpay
    Preparing search index...

    Class PaymentDetails

    Class responsible for storing information about payment details

    Index

    Constructors

    • Parameters

      • amount: number

        amount of money payer has to pay

      • description: string

        description of payment shown to payer

      • hiddenDescription: string | null

        description visible to store

      • language: Language | null

        language of the transaction

      Returns PaymentDetails

    Properties

    amount: number
    description: string
    hiddenDescription: string | null
    language: Language | null