REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 658 B
Close
/home/godevadmin/www/admin/braintree/final/braintree/lib/Braintree/MerchantAccount/BusinessDetails.php
Text
Base64
<?php namespace Braintree\MerchantAccount; use Braintree\Base; class BusinessDetails extends Base { protected function _initialize($businessAttribs) { $this->_attributes = $businessAttribs; if (isset($businessAttribs['address'])) { $this->_set('addressDetails', new AddressDetails($businessAttribs['address'])); } } public static function factory($attributes) { $instance = new self(); $instance->_initialize($attributes); return $instance; } } class_alias('Braintree\MerchantAccount\BusinessDetails', 'Braintree_MerchantAccount_BusinessDetails');
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AddressDetails.php
255 B
lrwxrwxr-x
2023-11-07 19:59:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
BusinessDetails.php
658 B
lrwxrwxr-x
2023-11-07 19:59:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FundingDetails.php
255 B
lrwxrwxr-x
2023-11-07 19:59:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
IndividualDetails.php
672 B
lrwxrwxr-x
2023-11-07 19:59:44
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).