bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
12 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayoutRecipient = void 0;
class PayoutRecipient {
constructor(email, label, notificationURL) {
this.email = email;
this.label = label;
this.notificationURL = notificationURL;
}
}
exports.PayoutRecipient = PayoutRecipient;
//# sourceMappingURL=PayoutRecipient.js.map