FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: TransactionType.php
<?php declare(strict_types=1); namespace Square\Models; /** * The transaction type used in the disputed payment. */ class TransactionType { public const DEBIT = 'DEBIT'; public const CREDIT = 'CREDIT'; }
Save
Back