Your IP : 216.73.216.95


Current Path : /var/test/www/html/wp-content/plugins/give/vendor/stripe/stripe-php/lib/
Upload File :
Current File : /var/test/www/html/wp-content/plugins/give/vendor/stripe/stripe-php/lib/WebhookEndpoint.php

<?php

namespace Stripe;

/**
 * Class WebhookEndpoint
 *
 * @property string $id
 * @property string $object
 * @property int $created
 * @property string[] $enabled_events
 * @property bool $livemode
 * @property string $secret
 * @property string $status
 * @property string $url
 *
 * @package Stripe
 */
class WebhookEndpoint extends ApiResource
{
    const OBJECT_NAME = "webhook_endpoint";

    use ApiOperations\All;
    use ApiOperations\Create;
    use ApiOperations\Delete;
    use ApiOperations\Retrieve;
    use ApiOperations\Update;
}