Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
OrderStatusOutput
Interface OrderStatusOutput
interface
OrderStatusOutput
{
errors
?:
APIError
[]
|
null
;
isCancellable
?:
boolean
|
null
;
isRetriable
?:
boolean
|
null
;
providerRawOutput
?:
KeyValuePair
[]
|
null
;
statusCategory
?:
string
|
null
;
statusCode
?:
number
|
null
;
statusCodeChangeDateTime
?:
string
|
null
;
}
Hierarchy (
View Summary
)
OrderStatusOutput
PaymentStatusOutput
Index
Properties
errors?
is
Cancellable?
is
Retriable?
provider
Raw
Output?
status
Category?
status
Code?
status
Code
Change
Date
Time?
Properties
Optional
errors
errors
?:
APIError
[]
|
null
Optional
is
Cancellable
isCancellable
?:
boolean
|
null
Optional
is
Retriable
isRetriable
?:
boolean
|
null
Optional
provider
Raw
Output
providerRawOutput
?:
KeyValuePair
[]
|
null
Optional
status
Category
statusCategory
?:
string
|
null
Optional
status
Code
statusCode
?:
number
|
null
Optional
status
Code
Change
Date
Time
statusCodeChangeDateTime
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
is
Cancellable
is
Retriable
provider
Raw
Output
status
Category
status
Code
status
Code
Change
Date
Time
Worldline Connect Node.js SDK
Loading...