import { PaymentAcceptanceSellerSalesSummary } from './paymentAcceptanceSellerSalesSummary';
export interface PaymentAcceptanceSellerAdditionalInfo {
    address_updated_at?: string;
    email_updated_at?: string;
    password_updated_at?: string;
    products_updated_at?: string;
    sales_summary?: PaymentAcceptanceSellerSalesSummary;
}
export declare namespace PaymentAcceptanceSellerAdditionalInfo {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSellerAdditionalInfo.d.ts.map