TransactionVO

Description of a Transaction.

Summary
TransactionVO
Variables
product_id int64
amount string
date int64
type TransactionTypeVO
product_name string
transaction_detail list TransactionDetailVO
merchant_name string
transaction_id int64
stan string
reversal bool
merchant_display_name string

Variables

product_id

int64

The id of the product described.

amount

string

The amount of the transaction.

date

int64

The creation date of the transaction.

type

TransactionTypeVO

The transactionType of the transaction.

product_name

string

The product name of the product used in the transaction.

transaction_detail

list TransactionDetailVO

A list of transaction details for the transaction.

merchant_name

string

The merchant name of the merchant executing the transaction.

transaction_id

int64

The id of the transaction.

stan

string

System trace audit number that will be used to idenitify this transaction.

reversal

bool

Indicates that this is a normal transaction or a transaction that holds the details of the reverse of another transaction with the same stan.

merchant_display_name

string

The merchant display name of the merchant executing the transaction.

Close