FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: CardCoBrand.php
<?php declare(strict_types=1); namespace Square\Models; /** * Indicates the brand for a co-branded card. */ class CardCoBrand { public const UNKNOWN = 'UNKNOWN'; public const AFTERPAY = 'AFTERPAY'; public const CLEARPAY = 'CLEARPAY'; }
Save
Back