FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: LoyaltyAccountMappingType.php
<?php declare(strict_types=1); namespace Square\Models; /** * The type of mapping. */ class LoyaltyAccountMappingType { /** * The loyalty account is mapped by phone. */ public const PHONE = 'PHONE'; }
Save
Back