Server IP : 192.185.129.71 / Your IP : 18.118.171.161 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/school/application/libraries/stripe/lib/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?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": null, * @property int $exp_month * @property int $exp_year * @property string $fingerprint * @property string $funding * @property string $last4 * @property mixed $metadata * @property string $name * @property string $tokenization_method * * @package Stripe */ class Card extends ExternalAccount { }