Braintree\WebhookTesting::_disputeLostSampleXml PHP Method

_disputeLostSampleXml() private static method

private static _disputeLostSampleXml ( $id )
    private static function _disputeLostSampleXml($id)
    {
        return "\n        <dispute>\n          <amount>250.00</amount>\n          <currency-iso-code>USD</currency-iso-code>\n          <received-date type=\"date\">2014-03-01</received-date>\n          <reply-by-date type=\"date\">2014-03-21</reply-by-date>\n          <kind>chargeback</kind>\n          <status>lost</status>\n          <reason>fraud</reason>\n          <id>{$id}</id>\n          <transaction>\n            <id>{$id}</id>\n            <amount>250.00</amount>\n            <next_billing-date type=\"date\">2020-02-10</next_billing-date>\n          </transaction>\n          <date-opened type=\"date\">2014-03-21</date-opened>\n        </dispute>\n        ";
    }