REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.91 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/stripe/lib/Issuing/Authorization.php
Text
Base64
<?php namespace Stripe\Issuing; /** * Class Authorization * * @property string $id * @property string $object * @property bool $approved * @property string $authorization_method * @property int $authorized_amount * @property string $authorized_currency * @property \Stripe\Collection $balance_transactions * @property Card $card * @property Cardholder $cardholder * @property int $created * @property int $held_amount * @property string $held_currency * @property bool $is_held_amount_controllable * @property bool $livemode * @property mixed $merchant_data * @property \Stripe\StripeObject $metadata * @property int $pending_authorized_amount * @property int $pending_held_amount * @property mixed $request_history * @property string $status * @property \Stripe\Collection $transactions * @property mixed $verification_data * * @package Stripe\Issuing */ class Authorization extends \Stripe\ApiResource { const OBJECT_NAME = "issuing.authorization"; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Retrieve; use \Stripe\ApiOperations\Update; /** * @param array|null $params * @param array|string|null $options * * @return Authorization The approved authorization. */ public function approve($params = null, $options = null) { $url = $this->instanceUrl() . '/approve'; list($response, $opts) = $this->_request('post', $url, $params, $options); $this->refreshFrom($response, $opts); return $this; } /** * @param array|null $params * @param array|string|null $options * * @return Authorization The declined authorization. */ public function decline($params = null, $options = null) { $url = $this->instanceUrl() . '/decline'; list($response, $opts) = $this->_request('post', $url, $params, $options); $this->refreshFrom($response, $opts); return $this; } }
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).