Skip to content

Commit

Permalink
Regenerate services
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Apr 4, 2020
1 parent 4768ab4 commit c1cf6e2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions lib/Service/AccountService.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ public function delete($id, $params = null, $opts = null)
* Delete a specified external account for a given account.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -196,9 +196,9 @@ public function deleteExternalAccount($parentId, $id, $params = null, $opts = nu
* <code>executive</code> on file.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down Expand Up @@ -232,9 +232,9 @@ public function reject($id, $params = null, $opts = null)
* Retrieves information about the specified Account Capability.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -249,9 +249,9 @@ public function retrieveCapability($parentId, $id, $params = null, $opts = null)
* Retrieve a specified external account for a given account.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -266,9 +266,9 @@ public function retrieveExternalAccount($parentId, $id, $params = null, $opts =
* Retrieves an existing person.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down Expand Up @@ -308,9 +308,9 @@ public function update($id, $params = null, $opts = null)
* Updates an existing Account Capability.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -330,9 +330,9 @@ public function updateCapability($parentId, $id, $params = null, $opts = null)
* changes.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -347,9 +347,9 @@ public function updateExternalAccount($parentId, $id, $params = null, $opts = nu
* Updates an existing person.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down
4 changes: 2 additions & 2 deletions lib/Service/ApplicationFeeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ public function retrieve($id, $params = null, $opts = null)
* refund stored on the application fee.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -108,9 +108,9 @@ public function retrieveRefund($parentId, $id, $params = null, $opts = null)
* This request only accepts metadata as an argument.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down
16 changes: 8 additions & 8 deletions lib/Service/CustomerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ public function deleteDiscount($id, $params = null, $opts = null)

/**
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -191,9 +191,9 @@ public function deleteSource($parentId, $id, $params = null, $opts = null)
* Deletes an existing <code>TaxID</code> object.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down Expand Up @@ -226,9 +226,9 @@ public function retrieve($id, $params = null, $opts = null)
* href="/docs/api/customers/object#customer_object-balance"><code>balance</code></a>.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -243,9 +243,9 @@ public function retrieveBalanceTransaction($parentId, $id, $params = null, $opts
* Retrieve a specified source for a given customer.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -260,9 +260,9 @@ public function retrieveSource($parentId, $id, $params = null, $opts = null)
* Retrieves the <code>TaxID</code> object with the given identifier.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down Expand Up @@ -306,9 +306,9 @@ public function update($id, $params = null, $opts = null)
* <code>description</code> and <code>metadata</code>.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -321,9 +321,9 @@ public function updateBalanceTransaction($parentId, $id, $params = null, $opts =

/**
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand All @@ -336,9 +336,9 @@ public function updateSource($parentId, $id, $params = null, $opts = null)

/**
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/Issuing/CardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function create($params = null, $opts = null)

/**
* For virtual cards only. Retrieves an Issuing <code>card_details</code> object
* that contains <a href="/docs/issuing/cards/management#virtual-card-info">the
* that contains <a href="/docs/issuing/cards/virtual#virtual-card-info">the
* sensitive details</a> of a virtual card.
*
* @param string $id
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/SourceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public function create($params = null, $opts = null)
* Delete a specified source for a given customer.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down
4 changes: 2 additions & 2 deletions lib/Service/TransferService.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ public function retrieve($id, $params = null, $opts = null)
* stored on the transfer.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down Expand Up @@ -158,9 +158,9 @@ public function update($id, $params = null, $opts = null)
* This request only accepts metadata and description as arguments.
*
* @param string $parentId
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
* @param mixed $id
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
Expand Down

0 comments on commit c1cf6e2

Please sign in to comment.