(recipientId, opts)
| 19 | } |
| 20 | |
| 21 | fetchByRecipient (recipientId, opts) { |
| 22 | if (opts == null) { opts = {} } |
| 23 | if (opts.data == null) { opts.data = {} } |
| 24 | opts.data.recipient = recipientId |
| 25 | return this.fetch(opts) |
| 26 | } |
| 27 | } |
| 28 | Payments.initClass() |
| 29 | return Payments |