notbank
Version:
The Notbank for Node.js
7 lines (6 loc) • 338 B
JavaScript
export var WithdrawFeeMessages;
(function (WithdrawFeeMessages) {
WithdrawFeeMessages["Success"] = "Fee calculated successfully";
WithdrawFeeMessages["InvalidRequest"] = "Invalid Request";
WithdrawFeeMessages["AccountOrProductNotFound"] = "Account or Product not found";
})(WithdrawFeeMessages || (WithdrawFeeMessages = {}));