({ prepaidID }, options)
| 36 | }, |
| 37 | |
| 38 | fetchJoiners ({ prepaidID }, options) { |
| 39 | if (options == null) { options = {} } |
| 40 | return fetchJson(this.url(prepaidID, 'joiners')) |
| 41 | }, |
| 42 | |
| 43 | getOwn (options) { |
| 44 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected