export interface PaymentAcceptanceCustomerInformationRequest {
    billing_address?: string;
    device_id?: string;
    email?: string;
    ip?: string;
    name?: string;
    phone_number?: string;
}
export declare namespace PaymentAcceptanceCustomerInformationRequest {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceCustomerInformationRequest.d.ts.map