ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/GiftCardGANSource.php

<?php

declare(strict_types=1);

namespace Square\Models;

/**
 * Indicates the source that generated the gift card
 * account number (GAN).
 */
class GiftCardGANSource
{
    /**
     * The gift card account number (GAN) is generated by Square.
     */
    public const SQUARE = 'SQUARE';

    /**
     * The gift card account number (GAN) is imported from a non-Square system.
     * For more information, see
     * [Third-party gift cards](https://developer.squareup.com/docs/gift-cards/using-gift-cards-api#third-
     * party-gift-cards).
     */
    public const OTHER = 'OTHER';
}

Zerion Mini Shell 1.0