Call function from another class file in a page WordPress

Solution:

I think you need to instantiate class before using its function. Something like this might work:

$obj = new MM_WPFS_Customer();
$obj->fullstripe_payment_charge();