@tax1driver/ts-tpay
Preparing search index...
TPay
Transactions
TransactionDetails
Interface TransactionDetails
Full transaction details with payments
interface
TransactionDetails
{
amount
:
number
;
currency
:
string
;
date
:
TransactionDate
;
description
:
string
;
hiddenDescription
?:
string
;
lock
?:
TransactionLock
;
payments
?:
{
attempts
?:
PaymentAttempt
[]
}
;
posId
:
POSId
;
status
:
string
;
title
:
string
;
transactionId
:
TransactionId
;
}
Hierarchy (
View Summary
)
Transaction
TransactionDetails
Index
Properties
amount
currency
date
description
hidden
Description?
lock?
payments?
pos
Id
status
title
transaction
Id
Properties
amount
amount
:
number
currency
currency
:
string
date
date
:
TransactionDate
description
description
:
string
Optional
hidden
Description
hiddenDescription
?:
string
Optional
lock
lock
?:
TransactionLock
Optional
payments
payments
?:
{
attempts
?:
PaymentAttempt
[]
}
pos
Id
posId
:
POSId
status
status
:
string
title
title
:
string
transaction
Id
transactionId
:
TransactionId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
currency
date
description
hidden
Description
lock
payments
pos
Id
status
title
transaction
Id
@tax1driver/ts-tpay
Loading...
Full transaction details with payments