Your IP : 216.73.216.187


Current Path : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/
Upload File :
Current File : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/Mandate.php

<?php

namespace Stripe;

/**
 * Class Mandate
 *
 * @property string $id
 * @property string $object
 * @property mixed $customer_acceptance
 * @property bool $livemode
 * @property mixed|null $multi_use
 * @property string $payment_method
 * @property mixed $payment_method_details
 * @property mixed|null $single_use
 * @property string $status
 * @property string $type
 *
 * @package Stripe
 */
class Mandate extends ApiResource
{
    const OBJECT_NAME = 'mandate';

    use ApiOperations\Retrieve;
}