UNPKG

nest-paapi-5

Version:

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

9 lines 227 B
export type OfferPromotion = { Amount?: number; Currency?: string; DiscountPercent?: number; DisplayAmount?: string; PricePerUnit?: number; Type?: string; }; //# sourceMappingURL=offer-promotion.d.ts.map