Bump stripe-php from 19.4.1 to 20.0.0

This commit is contained in:
johnnyq
2026-04-08 12:44:45 -04:00
parent 346d7ed9f0
commit 123a581583
160 changed files with 957 additions and 279 deletions

View File

@@ -36,6 +36,18 @@ class AccountPerson extends \Stripe\ApiResource
{
const OBJECT_NAME = 'v2.core.account_person';
public static function fieldEncodings()
{
return [
'relationship' => [
'kind' => 'object',
'fields' => [
'percent_ownership' => ['kind' => 'decimal_string'],
],
],
];
}
const LEGAL_GENDER_FEMALE = 'female';
const LEGAL_GENDER_MALE = 'male';