Class Dispute
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class Dispute
Properties
DisputeOutput
This property contains the creationDetails and default information regarding a dispute.
Declaration
public DisputeOutput DisputeOutput { get; set; }
Property Value
Type | Description |
---|---|
DisputeOutput |
Id
Dispute ID for a given merchant.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentId
The ID of the payment that is being disputed.
Declaration
public string PaymentId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Current dispute status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusOutput
This property contains the output for a dispute regarding the status of the dispute.
Declaration
public DisputeStatusOutput StatusOutput { get; set; }
Property Value
Type | Description |
---|---|
DisputeStatusOutput |