notbank
Version:
The Notbank for Node.js
8 lines (7 loc) • 383 B
JavaScript
// Tipos de plantilla (con posibles valores)
export var WithdrawTemplateType;
(function (WithdrawTemplateType) {
WithdrawTemplateType["ToExternalBitcoinAddress"] = "ToExternalBitcoinAddress";
WithdrawTemplateType["ToInternalAccount"] = "ToInternalAccount";
WithdrawTemplateType["ToBankAccount"] = "ToBankAccount";
})(WithdrawTemplateType || (WithdrawTemplateType = {}));