DisputeActionErrorCode
The business reasons an acknowledgement can be refused.
enum DisputeActionErrorCode {
DISPUTE_NOT_FOUND
ALREADY_ACKNOWLEDGED
}
Values
DisputeActionErrorCode.DISPUTE_NOT_FOUND
No dispute of this merchant has the supplied id.
DisputeActionErrorCode.ALREADY_ACKNOWLEDGED
The dispute has already been acknowledged, so there is nothing to record and nothing to add to the merchant's history.
Member Of
DisputeActionError object