REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.32 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/stripe/lib/Issuing/Card.php
Text
Base64
<?php namespace Stripe\Issuing; /** * Class Card * * @property string $id * @property string $object * @property mixed $authorization_controls * @property mixed $billing * @property string $brand * @property Cardholder $cardholder * @property int $created * @property string $currency * @property int $exp_month * @property int $exp_year * @property string $last4 * @property bool $livemode * @property \Stripe\StripeObject $metadata * @property string $name * @property mixed $shipping * @property string $status * @property string $type * * @package Stripe\Issuing */ class Card extends \Stripe\ApiResource { const OBJECT_NAME = "issuing.card"; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Retrieve; use \Stripe\ApiOperations\Update; /** * @param array|null $params * @param array|string|null $options * * @return CardDetails The card details associated with that issuing card. */ public function details($params = null, $options = null) { $url = $this->instanceUrl() . '/details'; list($response, $opts) = $this->_request('get', $url, $params, $options); $obj = \Stripe\Util\Util::convertToStripeObject($response, $opts); $obj->setLastResponse($response); return $obj; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Authorization.php
1.91 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Card.php
1.32 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CardDetails.php
378 B
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Cardholder.php
661 B
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Dispute.php
661 B
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Transaction.php
846 B
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).