PHP 7.4.33
Preview: VisaCheckoutCardDetails.php Size: 1.60 KB
/home/godevadmin/www/admin/braintree/final/braintree/lib/Braintree/Transaction/VisaCheckoutCardDetails.php

<?php
namespace Braintree\Transaction;

use Braintree\Instance;

/**
 * VisaCheckoutCard details from a transaction
 * creates an instance of VisaCheckoutCardDetails
 *
 * @package    Braintree
 * @subpackage Transaction
 *
 * @property-read string $bin
 * @property-read string $callId
 * @property-read string $cardType
 * @property-read string $cardholderName
 * @property-read string $commercial
 * @property-read string $countryOfIssuance
 * @property-read string $customerId
 * @property-read string $customerLocation
 * @property-read string $debit
 * @property-read string $durbinRegulated
 * @property-read string $expirationDate
 * @property-read string $expirationMonth
 * @property-read string $expirationYear
 * @property-read string $healthcare
 * @property-read string $imageUrl
 * @property-read string $issuingBank
 * @property-read string $last4
 * @property-read string $maskedNumber
 * @property-read string $payroll
 * @property-read string $prepaid
 * @property-read string $productId
 * @property-read string $token
 * @property-read string $updatedAt
 */
class VisaCheckoutCardDetails extends Instance
{
    protected $_attributes = [];

    /**
     * @ignore
     */
    public function __construct($attributes)
    {
        parent::__construct($attributes);
        $this->_attributes['expirationDate'] = $this->expirationMonth . '/' . $this->expirationYear;
        $this->_attributes['maskedNumber'] = $this->bin . '******' . $this->last4;

    }
}
class_alias('Braintree\Transaction\VisaCheckoutCardDetails', 'Braintree_Transaction_VisaCheckoutCardDetails');

Directory Contents

Dirs: 0 × Files: 16

Name Size Perms Modified Actions
731 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.09 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.23 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
893 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
783 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.05 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
669 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
726 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
615 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.56 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
935 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
546 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
515 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.05 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
865 B lrwxrwxr-x 2023-11-07 19:59:44
Edit Download
1.60 KB lrwxrwxr-x 2023-11-07 19:59:44
Edit Download

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