@lomray/microservice-payment-stripe
Version:
Stripe payment microservice based on NodeJS & inverted json.
23 lines (20 loc) • 1.02 kB
JavaScript
;
var DisputeReason;
(function (DisputeReason) {
DisputeReason["BANK_CANNOT_PROCESS"] = "bankCannotProcess";
DisputeReason["CHECK_RETURNED"] = "checkReturned";
DisputeReason["CREDIT_NOT_PROCESSED"] = "creditNotProcessed";
DisputeReason["CUSTOMER_INITIATED"] = "customerInitiated";
DisputeReason["DEBIT_NOT_AUTHORIZED"] = "debitNotAuthorized";
DisputeReason["DUPLICATE"] = "duplicate";
DisputeReason["FRAUDULENT"] = "fraudulent";
DisputeReason["GENERAL"] = "general";
DisputeReason["INCORRECT_ACCOUNT_DETAILS"] = "incorrectAccountDetails";
DisputeReason["INSUFFICIENT_FUNDS"] = "insufficientFunds";
DisputeReason["PRODUCT_NOT_RECEIVED"] = "productNotReceived";
DisputeReason["PRODUCT_UNACCEPTABLE"] = "productUnacceptable";
DisputeReason["SUBSCRIPTION_CANCELED"] = "subscriptionCanceled";
DisputeReason["UNRECOGNIZED"] = "unrecognized";
})(DisputeReason || (DisputeReason = {}));
var DisputeReason$1 = DisputeReason;
module.exports = DisputeReason$1;