UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

12 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Refund = void 0; class Refund { constructor(amount, invoiceId, token) { this.amount = amount; this.invoice = invoiceId; this.token = token; } } exports.Refund = Refund; //# sourceMappingURL=Refund.js.map