Skip to content

Commit

Permalink
Update DisputeReasonType with 4 new values
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelpois authored Jan 23, 2018
1 parent 60b51aa commit 589e7bf
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 589e7bf

Please sign in to comment.