| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/ProcessorResponseTypes.php |
<?php
namespace Braintree;
/**
* Processor response types.
*/
class ProcessorResponseTypes
{
const APPROVED = 'approved';
const SOFT_DECLINED = 'soft_declined';
const HARD_DECLINED = 'hard_declined';
}