| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/Stripe/ |
| Current File : //home/rtorresani/www/vendor/stripe/module-payments/Model/Stripe/Customer.php |
<?php
namespace StripeIntegration\Payments\Model\Stripe;
class Customer extends StripeObject
{
protected $objectSpace = 'customers';
}