Update Stripe lib to 10.7.0

This commit is contained in:
Laurent Destailleur
2023-04-24 18:42:04 +02:00
parent 06f8291e07
commit 936512d0bb
256 changed files with 8077 additions and 2978 deletions

View File

@@ -11,6 +11,7 @@ namespace Stripe;
* @property \Stripe\Service\AccountService $accounts
* @property \Stripe\Service\ApplePayDomainService $applePayDomains
* @property \Stripe\Service\ApplicationFeeService $applicationFees
* @property \Stripe\Service\Apps\AppsServiceFactory $apps
* @property \Stripe\Service\BalanceService $balance
* @property \Stripe\Service\BalanceTransactionService $balanceTransactions
* @property \Stripe\Service\BillingPortal\BillingPortalServiceFactory $billingPortal
@@ -26,37 +27,42 @@ namespace Stripe;
* @property \Stripe\Service\ExchangeRateService $exchangeRates
* @property \Stripe\Service\FileLinkService $fileLinks
* @property \Stripe\Service\FileService $files
* @property \Stripe\Service\FinancialConnections\FinancialConnectionsServiceFactory $financialConnections
* @property \Stripe\Service\Identity\IdentityServiceFactory $identity
* @property \Stripe\Service\InvoiceItemService $invoiceItems
* @property \Stripe\Service\InvoiceService $invoices
* @property \Stripe\Service\Issuing\IssuingServiceFactory $issuing
* @property \Stripe\Service\MandateService $mandates
* @property \Stripe\Service\OAuthService $oauth
* @property \Stripe\Service\OrderReturnService $orderReturns
* @property \Stripe\Service\OrderService $orders
* @property \Stripe\Service\PaymentIntentService $paymentIntents
* @property \Stripe\Service\PaymentLinkService $paymentLinks
* @property \Stripe\Service\PaymentMethodService $paymentMethods
* @property \Stripe\Service\PayoutService $payouts
* @property \Stripe\Service\PlanService $plans
* @property \Stripe\Service\PriceService $prices
* @property \Stripe\Service\ProductService $products
* @property \Stripe\Service\PromotionCodeService $promotionCodes
* @property \Stripe\Service\QuoteService $quotes
* @property \Stripe\Service\Radar\RadarServiceFactory $radar
* @property \Stripe\Service\RefundService $refunds
* @property \Stripe\Service\Reporting\ReportingServiceFactory $reporting
* @property \Stripe\Service\ReviewService $reviews
* @property \Stripe\Service\SetupAttemptService $setupAttempts
* @property \Stripe\Service\SetupIntentService $setupIntents
* @property \Stripe\Service\ShippingRateService $shippingRates
* @property \Stripe\Service\Sigma\SigmaServiceFactory $sigma
* @property \Stripe\Service\SkuService $skus
* @property \Stripe\Service\SourceService $sources
* @property \Stripe\Service\SubscriptionItemService $subscriptionItems
* @property \Stripe\Service\SubscriptionScheduleService $subscriptionSchedules
* @property \Stripe\Service\SubscriptionService $subscriptions
* @property \Stripe\Service\TaxCodeService $taxCodes
* @property \Stripe\Service\TaxRateService $taxRates
* @property \Stripe\Service\Terminal\TerminalServiceFactory $terminal
* @property \Stripe\Service\TestHelpers\TestHelpersServiceFactory $testHelpers
* @property \Stripe\Service\TokenService $tokens
* @property \Stripe\Service\TopupService $topups
* @property \Stripe\Service\TransferService $transfers
* @property \Stripe\Service\Treasury\TreasuryServiceFactory $treasury
* @property \Stripe\Service\WebhookEndpointService $webhookEndpoints
*/
class StripeClient extends BaseStripeClient