PHP 8.2.31
Preview: Transaction.php Size: 846 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/stripe/lib/Issuing/Transaction.php

<?php

namespace Stripe\Issuing;

/**
 * Class Transaction
 *
 * @property string $id
 * @property string $object
 * @property int $amount
 * @property string $authorization
 * @property string $balance_transaction
 * @property string $card
 * @property string $cardholder
 * @property int $created
 * @property string $currency
 * @property string $dispute
 * @property bool $livemode
 * @property mixed $merchant_data
 * @property int $merchant_amount
 * @property string $merchant_currency
 * @property \Stripe\StripeObject $metadata
 * @property string $type
 *
 * @package Stripe\Issuing
 */
class Transaction extends \Stripe\ApiResource
{
    const OBJECT_NAME = "issuing.transaction";

    use \Stripe\ApiOperations\All;
    use \Stripe\ApiOperations\Create;
    use \Stripe\ApiOperations\Retrieve;
    use \Stripe\ApiOperations\Update;
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
1.91 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
1.32 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
378 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
661 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
661 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
846 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).