UNPKG

nest-paapi-5

Version:

A NestJS module for Amazon's Product Advertising API 5.0 (PAAPI5)

8 lines 215 B
export type OfferShippingCharge = { Amount?: number; Currency?: string; DisplayAmount?: string; IsRateTaxInclusive?: boolean; Type?: string; }; //# sourceMappingURL=offer-shipping-charge.d.ts.map