()
| 14 | module.exports = (Payments = (function () { |
| 15 | Payments = class Payments extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = Payment |
| 18 | this.prototype.url = '/db/payment' |
| 19 | } |
| 20 | |
| 21 | fetchByRecipient (recipientId, opts) { |
| 22 | if (opts == null) { opts = {} } |