import { PaymentAcceptanceCustomerPurchaseSummary } from './paymentAcceptanceCustomerPurchaseSummary';
import { PaymentAcceptanceCustomerSocialNetwork } from './paymentAcceptanceCustomerSocialNetwork';
export interface PaymentAcceptanceCustomerAdditionalInfoUpdate {
    account_type?: string;
    first_successful_order_date?: string;
    last_login_ip_address?: string;
    last_modified_at?: string;
    linked_social_networks?: Array<PaymentAcceptanceCustomerSocialNetwork>;
    purchase_summaries?: Array<PaymentAcceptanceCustomerPurchaseSummary>;
    registered_via_social_media?: boolean;
    registration_date?: string;
    registration_ip_address?: string;
}
export declare namespace PaymentAcceptanceCustomerAdditionalInfoUpdate {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceCustomerAdditionalInfoUpdate.d.ts.map