@vyro-x/pricing-client
Advanced tools
Comparing version 0.4.1 to 0.4.2
import { AdditionalPricingCode, DutiablePricingCode, PricingLineItem } from './types'; | ||
export type PromoCode = { | ||
dutiable_discount: number | null; | ||
additional_discount: number | null; | ||
force_commercial: boolean; | ||
dutiable_discount?: number | null; | ||
additional_discount?: number | null; | ||
force_commercial?: boolean; | ||
}; | ||
export declare const getDutiablePromoCodeLineItems: (promoCode: PromoCode) => PricingLineItem<DutiablePricingCode>[]; | ||
export declare const getAdditionalPromoCodeLineItems: (promoCode: PromoCode) => PricingLineItem<AdditionalPricingCode>[]; |
{ | ||
"name": "@vyro-x/pricing-client", | ||
"description": "Client methods and type definitions for price-related entities in Vyro", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
18914