<?php

namespace Braintree\MerchantAccount;

use Braintree\Instance;

/**
 * Braintree FundingDetails class
 *
 * Object containing information on funding details of a merchant account
 */
class FundingDetails extends Instance
{
    protected $_attributes = [];
}
