PHP Classes

File: src/Enums/PaymentType.php

Recommend this page to a friend!
  Packages of ángel cruz   PHP Instapago   src/Enums/PaymentType.php   Download  
File: src/Enums/PaymentType.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Instapago
Process payments with the Instapago API
Author: By
Last change:
Date: 10 months ago
Size: 148 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Instapago\Instapago\Enums;

enum PaymentType: string
{
    case
RESERVED = '1';
    case
DIRECT = '2';
}