mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -14,9 +14,10 @@ namespace Stripe;
|
||||
* @property string $id The identifier for the capability.
|
||||
* @property string $object String representing the object's type. Objects of the same type share the same value.
|
||||
* @property string|\Stripe\Account $account The account for which the capability enables functionality.
|
||||
* @property null|\Stripe\StripeObject $future_requirements
|
||||
* @property bool $requested Whether the capability has been requested.
|
||||
* @property null|int $requested_at Time at which the capability was requested. Measured in seconds since the Unix epoch.
|
||||
* @property \Stripe\StripeObject $requirements
|
||||
* @property null|\Stripe\StripeObject $requirements
|
||||
* @property string $status The status of the capability. Can be <code>active</code>, <code>inactive</code>, <code>pending</code>, or <code>unrequested</code>.
|
||||
*/
|
||||
class Capability extends ApiResource
|
||||
|
||||
Reference in New Issue
Block a user