for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* w-vision
*
* LICENSE
* This source file is subject to the MIT License
* For the full copyright and license information, please view the LICENSE.md
* file that are distributed with this source code.
* @copyright Copyright (c) 2016 Woche-Pass AG (http://www.w-vision.ch)
* @license MIT License
*/
namespace Omnipay\Datatrans\Message;
* Class XmlSettlementCreditRequest
* @package Omnipay\Datatrans\Message
class XmlSettlementCreditRequest extends XmlSettlementRequest
{
* @return string
public function getTransactionType()
return static::DATATRANS_TRANSACTION_TYPE_CREDIT;
}