Braintree\WebhookTesting::_disbursementExceptionSampleXml PHP Method

_disbursementExceptionSampleXml() private static method

private static _disbursementExceptionSampleXml ( $id )
    private static function _disbursementExceptionSampleXml($id)
    {
        return "\n        <disbursement>\n          <id>{$id}</id>\n          <transaction-ids type=\"array\">\n            <item>asdfg</item>\n            <item>qwert</item>\n          </transaction-ids>\n          <success type=\"boolean\">false</success>\n          <retry type=\"boolean\">false</retry>\n          <merchant-account>\n            <id>merchant_account_token</id>\n            <currency-iso-code>USD</currency-iso-code>\n            <sub-merchant-account type=\"boolean\">false</sub-merchant-account>\n            <status>active</status>\n          </merchant-account>\n          <amount>100.00</amount>\n          <disbursement-date type=\"date\">2014-02-10</disbursement-date>\n          <exception-message>bank_rejected</exception-message>\n          <follow-up-action>update_funding_information</follow-up-action>\n        </disbursement>\n        ";
    }