Your IP : 216.73.216.95


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

<?php

namespace Stripe;

/**
 * Class SourceTransaction
 *
 * @property string $id
 * @property string $object
 * @property int $amount
 * @property int $created
 * @property string $customer_data
 * @property string $currency
 * @property string $type
 * @property mixed $ach_credit_transfer
 *
 * @package Stripe
 */
class SourceTransaction extends ApiResource
{
    const OBJECT_NAME = "source_transaction";
}