whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/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'; }
Copyright ©2021 || Defacer Indonesia