Stripe\Source::retrieve PHP Method

retrieve() public static method

public static retrieve ( string $id, array | string | null $opts = null ) : Source
$id string The ID of the Source to retrieve.
$opts array | string | null
return Source
    public static function retrieve($id, $opts = null)
    {
        return self::_retrieve($id, $opts);
    }