FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: SubscriptionPricingType.php
<?php declare(strict_types=1); namespace Square\Models; /** * Determines the pricing of a [Subscription]($m/Subscription) */ class SubscriptionPricingType { /** * Static pricing */ public const STATIC_ = 'STATIC'; /** * Relative pricing */ public const RELATIVE = 'RELATIVE'; }
Save
Back