Current path: home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src
<?php
declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;
class V1OrderHistoryEntryAction
{
public const ORDER_PLACED = 'ORDER_PLACED';
public const DECLINED = 'DECLINED';
public const PAYMENT_RECEIVED = 'PAYMENT_RECEIVED';
public const CANCELED = 'CANCELED';
public const COMPLETED = 'COMPLETED';
public const REFUNDED = 'REFUNDED';
public const EXPIRED = 'EXPIRED';
}