whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/LoyaltyRewardStatus.php
<?php declare(strict_types=1); namespace Square\Models; /** * The status of the loyalty reward. */ class LoyaltyRewardStatus { /** * The reward is issued. */ public const ISSUED = 'ISSUED'; /** * The reward is redeemed. */ public const REDEEMED = 'REDEEMED'; /** * The reward is deleted. */ public const DELETED = 'DELETED'; }
Copyright ©2021 || Defacer Indonesia