Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99053738
Balance.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 18:22
Size
291 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 18:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23688622
Attached To
rPH Phabricator
Balance.php
View Options
<?php
class
Stripe_Balance
extends
Stripe_SingletonApiResource
{
/**
* @param string|null $apiKey
*
* @return Stripe_Balance
*/
public
static
function
retrieve
(
$apiKey
=
null
)
{
$class
=
get_class
();
return
self
::
_scopedSingletonRetrieve
(
$class
,
$apiKey
);
}
}
Event Timeline
Log In to Comment