UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (7 loc) 187 B
import { TaxType } from '../taxes'; export class TaxDetails { tax_type?: TaxType; tax_code?: string; /** @description Tax percentage, e.g. 20, 23.7 */ tax_percentage?: number; }