export interface PaymentAcceptanceSellerSalesSummary {
    currency?: string;
    period?: string;
    sales_amount?: number;
    sales_count?: number;
}
export declare namespace PaymentAcceptanceSellerSalesSummary {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSellerSalesSummary.d.ts.map