Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: SubscriptionPricingType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\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
Cancel