export interface PaymentAcceptanceEnhancedSchemeCustomer {
    first_name?: string;
    last_name?: string;
    reference?: string;
}
export declare namespace PaymentAcceptanceEnhancedSchemeCustomer {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceEnhancedSchemeCustomer.d.ts.map