PayFanout API reference
Preparing search index...
adapter-payzen-server/src
PayZenOrderLike
Interface PayZenOrderLike
Structural subset of the Order/Get answer (V4/OrderTransactions).
interface
PayZenOrderLike
{
orderDetails
?:
{
orderId
?:
string
|
null
}
;
orderStatus
?:
string
;
transactions
?:
PayZenTransactionLike
[]
;
}
Index
Properties
order
Details?
order
Status?
transactions?
Properties
Optional
order
Details
orderDetails
?:
{
orderId
?:
string
|
null
}
Optional
order
Status
orderStatus
?:
string
Optional
transactions
transactions
?:
PayZenTransactionLike
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
Details
order
Status
transactions
PayFanout API reference
Loading...
Structural subset of the Order/Get answer (V4/OrderTransactions).