Skip to content

Commit

Permalink
Merge pull request #110 from Mangopay/disputereasontype-update
Browse files Browse the repository at this point in the history
Update DisputeReasonType with 4 new values
  • Loading branch information
mickaelpois authored Jan 23, 2018
2 parents 60b51aa + 589e7bf commit 2ef3a97
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,25 @@ public enum DisputeReasonType {
/**
* AUTHORISATION_DISPUTED dispute reason type.
*/
AUTHORISATION_DISPUTED
AUTHORISATION_DISPUTED,

/**
* TRANSACTION_NOT_RECOGNIZED dispute reason type
*/
TRANSACTION_NOT_RECOGNIZED,

/**
* PRODUCT_NOT_PROVIDED dispute reason type
*/
PRODUCT_NOT_PROVIDED,

/**
* CANCELED_REOCCURING_TRANSACTION dispute reason type
*/
CANCELED_REOCCURING_TRANSACTION,

/**
* REFUND_NOT_PROCESSED dispute reason type
*/
REFUND_NOT_PROCESSED
}

0 comments on commit 2ef3a97

Please sign in to comment.