oont-contents/plugins/webappick-product-feed-for-woocommerce/V5/Tax/TaxInterface.php
2025-03-31 21:42:48 +02:00

7 lines
No EOL
165 B
PHP

<?php
namespace CTXFeed\V5\Tax;
interface TaxInterface {
public function get_tax();
public function get_taxes( );
public function merchant_formatted_tax($key );
}