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