| 1 | <?php |
||
| 13 | class Settings extends HttpApi |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return Setting|ResponseInterface |
||
| 17 | * |
||
| 18 | * @see https://billogram.com/api/documentation#settings_fetch |
||
| 19 | */ |
||
| 20 | 1 | public function fetch() |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param array $setting |
||
| 29 | * |
||
| 30 | * @return Setting|ResponseInterface |
||
| 31 | * |
||
| 32 | * @see https://billogram.com/api/documentation#settings_fetch |
||
| 33 | */ |
||
| 34 | 1 | public function update(array $setting) |
|
| 40 | } |
||
| 41 |