ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/GiftCardActivityBlockReason.php |
<?php declare(strict_types=1); namespace Square\Models; class GiftCardActivityBlockReason { /** * The gift card is blocked because the buyer initiated a chargeback on the gift card purchase. */ public const CHARGEBACK_BLOCK = 'CHARGEBACK_BLOCK'; }