public class Dispute extends Object
Constructor and Description |
---|
Dispute() |
Modifier and Type | Method and Description |
---|---|
DisputeOutput |
getDisputeOutput()
This property contains the creationDetails and default information regarding a dispute.
|
String |
getId()
Dispute ID for a given merchant.
|
String |
getPaymentId()
The ID of the payment that is being disputed.
|
String |
getStatus()
Current dispute status.
|
DisputeStatusOutput |
getStatusOutput()
This property contains the output for a dispute regarding the status of the dispute.
|
void |
setDisputeOutput(DisputeOutput value)
This property contains the creationDetails and default information regarding a dispute.
|
void |
setId(String value)
Dispute ID for a given merchant.
|
void |
setPaymentId(String value)
The ID of the payment that is being disputed.
|
void |
setStatus(String value)
Current dispute status.
|
void |
setStatusOutput(DisputeStatusOutput value)
This property contains the output for a dispute regarding the status of the dispute.
|
public DisputeOutput getDisputeOutput()
public void setDisputeOutput(DisputeOutput value)
public String getId()
public void setId(String value)
public String getPaymentId()
public void setPaymentId(String value)
public String getStatus()
public void setStatus(String value)
public DisputeStatusOutput getStatusOutput()
public void setStatusOutput(DisputeStatusOutput value)
Copyright © 2024 Worldline Global Collect. All rights reserved.