PayPal\Test\Api\BankAccountsListTest::getJson PHP Method

getJson() public static method

Gets Json String of Object BankAccountsList
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"bank-accounts":' . BankAccountTest::getJson() . ',"count":123,"next_id":"TestSample"}';
    }