| 1 | <?php |
||
| 13 | class LogoType extends HttpApi |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return string|array |
||
| 17 | * |
||
| 18 | * @see https://billogram.com/api/documentation#logotype_fetch |
||
| 19 | */ |
||
| 20 | 1 | public function get() |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param array $logoType |
||
| 29 | * |
||
| 30 | * @return Model|ResponseInterface |
||
| 31 | * |
||
| 32 | * @see https://billogram.com/api/documentation#logotype_update |
||
| 33 | */ |
||
| 34 | 1 | public function upload(array $logoType) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @return Model|ResponseInterface |
||
| 43 | * |
||
| 44 | * @see https://billogram.com/api/documentation#logotype_delete |
||
| 45 | */ |
||
| 46 | public function delete() |
||
| 52 | } |
||
| 53 |