@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
15 lines (14 loc) • 507 B
TypeScript
import { FabrixService as Service } from '@fabrix/fabrix/dist/common';
export declare class TaxService extends Service {
publish(type: any, event: any, options?: {
save?: boolean;
transaction?: any;
include?: any;
}): any;
calculate(obj: any, lineItems: any, shippingAddress: any, resolver: any, options?: {
[key: string]: any;
}): any;
getTaxes(obj: any, lineItems: any[], resolvedItemsFromTo: any, options?: {
[key: string]: any;
}): any;
}