whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/GiftCardActivityDeactivateReason.php
<?php declare(strict_types=1); namespace Square\Models; class GiftCardActivityDeactivateReason { /** * The seller suspects suspicious activity. */ public const SUSPICIOUS_ACTIVITY = 'SUSPICIOUS_ACTIVITY'; /** * The gift card deactivated for an unknown reason. */ public const UNKNOWN_REASON = 'UNKNOWN_REASON'; /** * A chargeback on the gift card purchase (or the gift card load) was ruled in favor of the buyer. */ public const CHARGEBACK_DEACTIVATE = 'CHARGEBACK_DEACTIVATE'; }
Copyright ©2021 || Defacer Indonesia