![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/stripe/stripe-php/lib/ |
<?php namespace Stripe; /** * Class Card * * @property string $id * @property string $object * @property string $address_city * @property string $address_country * @property string $address_line1 * @property string $address_line1_check * @property string $address_line2 * @property string $address_state * @property string $address_zip * @property string $address_zip_check * @property string $brand * @property string $country * @property string $customer * @property string $cvc_check * @property string $dynamic_last4 * @property int $exp_month * @property int $exp_year * @property string $fingerprint * @property string $funding * @property string $last4 * @property AttachedObject $metadata * @property string $name * @property string $tokenization_method * * @package Stripe */ class Card extends ExternalAccount { }