import { BaseContainerModel } from '../base-container.model'; export declare class PointPurchaseRequest extends BaseContainerModel { websiteCode: string; entityHdrGuid: string; membershipHdrGuid: string; fiItemGuid: string; parentFiItemGuid: string; pricingSchemeGuid: string; quantityBase: number; shouldRedeem: boolean; constructor(websiteCode: string, entityHdrGuid: string, membershipHdrGuid: string, fiItemGuid: string, parentFiItemGuid: string, pricingSchemeGuid: string, quantityBase: number, shouldRedeem: boolean); }