Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
DisputeResponse
Interface DisputeResponse
interface
DisputeResponse
{
captureId
?:
string
|
null
;
disputeOutput
?:
DisputeOutput
|
null
;
id
?:
string
|
null
;
paymentId
?:
string
|
null
;
status
?:
string
|
null
;
statusOutput
?:
DisputeStatusOutput
|
null
;
}
Hierarchy (
View Summary
)
Dispute
DisputeResponse
Index
Properties
capture
Id?
dispute
Output?
id?
payment
Id?
status?
status
Output?
Properties
Optional
capture
Id
captureId
?:
string
|
null
Optional
dispute
Output
disputeOutput
?:
DisputeOutput
|
null
Optional
id
id
?:
string
|
null
Optional
payment
Id
paymentId
?:
string
|
null
Optional
status
status
?:
string
|
null
Optional
status
Output
statusOutput
?:
DisputeStatusOutput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capture
Id
dispute
Output
id
payment
Id
status
status
Output
Worldline Connect Node.js SDK
Loading...