mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
9 lines
146 B
PHP
9 lines
146 B
PHP
<?php
|
|
|
|
namespace App\Classes\ValueObjects\Constants;
|
|
|
|
class BookingAttributeNames
|
|
{
|
|
public const ORDER_REFERENCE_NO = 'ORDER_REFERENCE_NO';
|
|
}
|