PayFanout API reference
Preparing search index...
adapter-payzen/src
KrClientAnswerLike
Interface KrClientAnswerLike
interface
KrClientAnswerLike
{
orderDetails
?:
{
orderId
?:
string
|
null
}
;
orderStatus
?:
string
;
transactions
?:
{
detailedErrorCode
?:
string
|
null
;
detailedStatus
?:
string
;
errorCode
?:
string
|
null
;
uuid
?:
string
;
}
[]
;
}
Index
Properties
order
Details?
order
Status?
transactions?
Properties
Optional
order
Details
orderDetails
?:
{
orderId
?:
string
|
null
}
Optional
order
Status
orderStatus
?:
string
Optional
transactions
transactions
?:
{
detailedErrorCode
?:
string
|
null
;
detailedStatus
?:
string
;
errorCode
?:
string
|
null
;
uuid
?:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
Details
order
Status
transactions
PayFanout API reference
Loading...