model: function() {
        return CreditExistingFundingInstrumentTransactionFactory.create({
            customer: this.get("recipient"),
            order:this.get("order")
        });