Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: OrderServiceChargeTreatmentType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Indicates whether the service charge will be treated as a value-holding line item or * apportioned toward a line item. */ class OrderServiceChargeTreatmentType { public const LINE_ITEM_TREATMENT = 'LINE_ITEM_TREATMENT'; public const APPORTIONED_TREATMENT = 'APPORTIONED_TREATMENT'; }
Save
Cancel