FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: V1OrderState.php
<?php declare(strict_types=1); namespace Square\Models; class V1OrderState { public const PENDING = 'PENDING'; public const OPEN = 'OPEN'; public const COMPLETED = 'COMPLETED'; public const CANCELED = 'CANCELED'; public const REFUNDED = 'REFUNDED'; public const REJECTED = 'REJECTED'; }
Save
Back