CancellationDetails.Reason as enum
alexanderkolbyoshkin opened this issue · 1 comments
alexanderkolbyoshkin commented
Sometimes I need to distinguish the reason of cancellation. For example, failed payment, unhold and refund are combined in the single 'canceled' status. So my suggestion is to distinguish them by enum value of property CancellationDetails.Reason.
alexanderkolbyoshkin commented