Skip to content

Commit 1a8150e

Browse files
committed
allow to get underlaying swagger api object from wrapper
1 parent ed1c24b commit 1a8150e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Services/BillingoApiV3Service.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,16 @@ public function api(string $name): self
253253
return $this;
254254
}
255255

256+
/**
257+
* Get the underlaying Swagger API Object
258+
*
259+
* @return Swagger\Client\Api\$Object
260+
*/
261+
public function getApi()
262+
{
263+
return $this->api;
264+
}
265+
256266
/**
257267
* Get id from response
258268
*

0 commit comments

Comments
 (0)