/**
* @return list<array{0: CalculatedPrice, 1: QuantityPriceDefinition}>
*/
public static function netPrices(): array
{ $highTaxRules =
new TaxRuleCollection([new TaxRule(19
)]);
return [ [ new CalculatedPrice(13.44, 13.44,
new CalculatedTaxCollection([new CalculatedTax(2.55, 19, 13.44
)]),
$highTaxRules),
new QuantityPriceDefinition(13.436974789916,
$highTaxRules),
],
];
} /**
* @return list<array{0: CalculatedPrice, 1: QuantityPriceDefinition}>
*/
public static function netDeliveryPrices(): array
{ $highTaxRules =
new TaxRuleCollection([new TaxRule(19
)]);