11 lines
127 B
PHP
Raw Permalink Normal View History

2024-09-06 20:28:06 +08:00
<?php
// File generated from our OpenAPI spec
namespace Stripe\Util;
class ApiVersion
{
const CURRENT = '2022-11-15';
}