Skip to main content

AcknowledgeDisputeResult

The outcome of acknowledgeDispute: either the acknowledged dispute, or the business reason nothing was recorded.

union AcknowledgeDisputeResult = DisputeAcknowledged | DisputeActionError

Possible types

AcknowledgeDisputeResult.DisputeAcknowledged object

Returned when the acknowledgement was recorded.

AcknowledgeDisputeResult.DisputeActionError object

Returned when nothing was recorded for a business reason rather than a transport or permission failure.

Returned By

acknowledgeDispute mutation