export interface PaymentAcceptanceMobileData {
    device_model?: string;
    os_type?: string;
    os_version?: string;
}
export declare namespace PaymentAcceptanceMobileData {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceMobileData.d.ts.map