michaeldouglas/laravel-pagseguro

View on GitHub
src/laravel/pagseguro/Payment/Method/Pix/PixInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace laravel\pagseguro\Payment\Method\Pix;

/**
 * Payment Method Pix Interface
 *
 * @category   Payment
 * @package    Laravel\PagSeguro\Payment
 *
 * @author     Allan Wiese <allanwiese@gmail.com>
 * @since      2023-02-04
 *
 * @copyright  Laravel\PagSeguro
 */
interface PixInterface
{
    const PIX = 402;
}