Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
RefundResponse
Interface RefundResponse
interface
RefundResponse
{
id
?:
string
|
null
;
refundOutput
?:
RefundOutput
|
null
;
status
?:
string
|
null
;
statusOutput
?:
OrderStatusOutput
|
null
;
}
Hierarchy (
View Summary
)
RefundResult
RefundResponse
Index
Properties
id?
refund
Output?
status?
status
Output?
Properties
Optional
id
id
?:
string
|
null
Optional
refund
Output
refundOutput
?:
RefundOutput
|
null
Optional
status
status
?:
string
|
null
Optional
status
Output
statusOutput
?:
OrderStatusOutput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
refund
Output
status
status
Output
Worldline Connect Node.js SDK
Loading...