# tier-pricing-table/7.1.7/src/Addons/PricingSummary/PricingSummaryService.php

Tiered Pricing Table for WooCommerce, version 7.1.7. 13 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/7.1.7/code/src/Addons/PricingSummary/PricingSummaryService.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/7.1.7/raw/src/Addons/PricingSummary/PricingSummaryService.php
- Modified: 2026-07-31T07:44:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/7.1.7/code/src/Addons/PricingSummary/PricingSummaryService.php#L10-L20`.

```php
<?php

namespace TierPricingTable\Addons\PricingSummary;

use TierPricingTable\Core\ServiceContainerTrait;
use TierPricingTable\PricingTable;
class PricingSummaryService {
    use ServiceContainerTrait;
    public function __construct() {
    }

}

```
