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

Tiered Pricing Table for WooCommerce, version 6.5.0. 12 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/6.5.0/code/src/Addons/PricingSummary/PricingSummaryService.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/6.5.0/raw/src/Addons/PricingSummary/PricingSummaryService.php
- Modified: 2026-06-26T14:29:16+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/6.5.0/code/src/Addons/PricingSummary/PricingSummaryService.php#L10-L20`.

```php
<?php

namespace TierPricingTable\Addons\PricingSummary;

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

}

```
