Skip to content

Commit

Permalink
Various new list endpoints, optims and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPerego committed Jan 24, 2018
1 parent f411484 commit 84996dd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions MangoPay.SDK/Core/Enumerations/DisputeReasonType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ public enum DisputeReasonType

LATE_FAILURE_BANKACCOUNT_INCORRECT,

AUTHORISATION_DISPUTED
}
AUTHORISATION_DISPUTED,

TRANSACTION_NOT_RECOGNIZED,

PRODUCT_NOT_PROVIDED,

CANCELED_REOCCURING_TRANSACTION,

REFUND_NOT_PROCESSED
}
}

0 comments on commit 84996dd

Please sign in to comment.