mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 18:03:59 +00:00
16 lines
272 B
PHP
16 lines
272 B
PHP
<?php
|
|
|
|
namespace App\Classes\ValueObjects\Constants;
|
|
|
|
|
|
class KVPKey
|
|
{
|
|
|
|
public const AUTOCOUNT_DOCNO = 'AUTOCOUNT_DOCNO';
|
|
|
|
public const AUTOCOUNT_EINVOICE_VALIDATION_LINK = 'AUTOCOUNT_EINVOICE_VALIDATION_LINK';
|
|
|
|
public const APPROVAL_DATE = 'APPROVAL_DATE';
|
|
|
|
}
|