Class TxInfo

Constructors

  • Returns TxInfo

Properties

amount: number

Amount of transfer

course: number

Exchange rate

currency: string

Currency of transfer

invalid_reasons: string[]

Reasons in case of invalid tx

receiver: string

receiver of the transaction

reference_id: string

etopay reference id for the transaction

sender: string

sender of the transaction

status: TxStatus

Status of the transfer

Accessors

  • get application_metadata(): ApplicationMetadata
  • Application specific metadata attached to the tx

    Returns ApplicationMetadata

  • set application_metadata(value): void
  • Application specific metadata attached to the tx

    Parameters

    Returns void

  • get date(): string
  • Tx creation date, if available

    Returns string

  • set date(value): void
  • Tx creation date, if available

    Parameters

    • value: string

    Returns void

  • get transaction_hash(): string
  • The transaction hash on the network

    Returns string

  • set transaction_hash(value): void
  • The transaction hash on the network

    Parameters

    • value: string

    Returns void

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string