mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Bump stripe-php from 18.1.0 to 19.0.0
This commit is contained in:
28
plugins/stripe-php/lib/Service/Tax/AssociationService.php
Normal file
28
plugins/stripe-php/lib/Service/Tax/AssociationService.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\Service\Tax;
|
||||
|
||||
/**
|
||||
* @phpstan-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
|
||||
*
|
||||
* @psalm-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
|
||||
*/
|
||||
class AssociationService extends \Stripe\Service\AbstractService
|
||||
{
|
||||
/**
|
||||
* Finds a tax association object by PaymentIntent id.
|
||||
*
|
||||
* @param null|array{expand?: string[], payment_intent: string} $params
|
||||
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
|
||||
*
|
||||
* @return \Stripe\Tax\Association
|
||||
*
|
||||
* @throws \Stripe\Exception\ApiErrorException if the request fails
|
||||
*/
|
||||
public function find($params = null, $opts = null)
|
||||
{
|
||||
return $this->request('get', '/v1/tax/associations/find', $params, $opts);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user